#D9B114

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

Shades of Sunflower #D9B114

Tints of Sunflower #D9B114

Color information

#D9B114 (or 0xD9B114) is unknown color: approx Sunflower. HEX triplet: D9, B1 and 14. RGB value is (217,177,20). Sum of RGB (Red+Green+Blue) = 217+177+20=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B114 is #264EEB. Grayscale: #ABABAB. Windows color (decimal): -2510572 or 1356249. OLE color: 1356249.

HSL color Cylindrical-coordinate representation of color #D9B114: hue angle of 47.82º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9B114 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21717720-
CMYK00.180.910.15
HSL47.82º83.12%46.47%-
HSV(B)47.82º90.78%85.1%-
XYZ44.4646.257.24-
YUV171.0642.75160.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 20 (8.20% from 255) = 4.83%
R=52.42%
G=42.75%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171772000.180.910.1547.8283.1246.47
HexD9B1140125BF30532e
Octal33126124022133176012356
Binary110110011011000110100010010101101111111100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B114; }

 p { color: rgb(217,177,20); }

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

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

 a { background-color: rgb(217,177,20); }

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

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

 span { border-color: rgb(217,177,20); }

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