#D9B620

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

Shades of Sunflower #D9B620

Tints of Sunflower #D9B620

Color information

#D9B620 (or 0xD9B620) is unknown color: approx Sunflower. HEX triplet: D9, B6 and 20. RGB value is (217,182,32). Sum of RGB (Red+Green+Blue) = 217+182+32=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B620 is #2649DF. Grayscale: #B0B0B0. Windows color (decimal): -2509280 or 2143961. OLE color: 2143961.

HSL color Cylindrical-coordinate representation of color #D9B620: hue angle of 48.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9B620 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21718232-
CMYK00.160.850.15
HSL48.65º74.3%48.82%-
HSV(B)48.65º85.25%85.1%-
XYZ45.648.318.29-
YUV175.3647.1157.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 32 (12.89% from 255) = 7.42%
R=50.35%
G=42.23%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171823200.160.850.1548.6574.348.82
HexD9B62001055F314a31
Octal33126640020125176111261
Binary1101100110110110100000010000101010111111100011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B620; }

 p { color: rgb(217,182,32); }

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

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

 a { background-color: rgb(217,182,32); }

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

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

 span { border-color: rgb(217,182,32); }

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