#D9C014

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

Shades of Sunflower #D9C014

Tints of Sunflower #D9C014

Color information

#D9C014 (or 0xD9C014) is unknown color: approx Sunflower. HEX triplet: D9, C0 and 14. RGB value is (217,192,20). Sum of RGB (Red+Green+Blue) = 217+192+20=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C014 is #263FEB. Grayscale: #B4B4B4. Windows color (decimal): -2506732 or 1360089. OLE color: 1360089.

HSL color Cylindrical-coordinate representation of color #D9C014: hue angle of 52.39º 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 #D9C014 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21719220-
CMYK00.120.910.15
HSL52.39º83.12%46.47%-
HSV(B)52.39º90.78%85.1%-
XYZ47.5952.58.29-
YUV179.8737.78154.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 20 (8.20% from 255) = 4.66%
R=50.58%
G=44.76%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171922000.120.910.1552.3983.1246.47
HexD9C0140C5BF34532e
Octal33130024014133176412356
Binary11011001110000001010001100101101111111101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C014; }

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

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

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

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

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

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

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

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