#D9B408

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

Shades of Sunflower #D9B408

Tints of Sunflower #D9B408

Color information

#D9B408 (or 0xD9B408) is unknown color: approx Sunflower. HEX triplet: D9, B4 and 08. RGB value is (217,180,8). Sum of RGB (Red+Green+Blue) = 217+180+8=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B408 is #264BF7. Grayscale: #ACACAC. Windows color (decimal): -2509816 or 570585. OLE color: 570585.

HSL color Cylindrical-coordinate representation of color #D9B408: hue angle of 49.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9B408 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2171808-
CMYK00.170.960.15
HSL49.38º92.89%44.12%-
HSV(B)49.38º96.31%85.1%-
XYZ44.9847.417.01-
YUV171.4635.76160.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 1.98%
R=53.58%
G=44.44%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217180800.170.960.1549.3892.8944.12
HexD9B4801160F315d2c
Octal33126410021140176113554
Binary11011001101101001000010001110000011111100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B408; }

 p { color: rgb(217,180,8); }

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

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

 a { background-color: rgb(217,180,8); }

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

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

 span { border-color: rgb(217,180,8); }

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