#D39425

Color #D39425 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D39425

Tints of Buttercup #D39425

Color information

#D39425 (or 0xD39425) is unknown color: approx Buttercup. HEX triplet: D3, 94 and 25. RGB value is (211,148,37). Sum of RGB (Red+Green+Blue) = 211+148+37=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D39425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39425 is #2C6BDA. Grayscale: #9A9A9A. Windows color (decimal): -2911195 or 2462931. OLE color: 2462931.

HSL color Cylindrical-coordinate representation of color #D39425: hue angle of 38.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D39425 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21114837-
CMYK00.300.820.17
HSL38.28º70.16%48.63%-
HSV(B)38.28º82.46%82.75%-
XYZ37.7935.166.55-
YUV154.1861.87168.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 53.28%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=53.28%
G=37.37%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111483700.300.820.1738.2870.1648.63
HexD3942501E5211264631
Octal32322445036122214610661
Binary11010011100101001001010111101010010100011001101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39425; }

 p { color: rgb(211,148,37); }

 H1.HeaderClassName
 {
   color: #D39425;
 }
 .AnyTagClassName
 {
   color: #D39425;
 }
</style>
background-color css

<style>
 a { background-color: #D39425; }

 a { background-color: rgb(211,148,37); }

 div.DivClassName
 {
   background-color: #D39425;
 }
 .BgClassName
 {
   background-color: #D39425;
 }
</style>
border-color css

<style>
 span { border-color: #D39425; }

 span { border-color: rgb(211,148,37); }

 td.TdClassName
 {
   border-color: #D39425;
 }
 .TagClassName
 {
   border-color: #D39425;
 }
</style>