#D9C114

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

Shades of Sunflower #D9C114

Tints of Sunflower #D9C114

Color information

#D9C114 (or 0xD9C114) is unknown color: approx Sunflower. HEX triplet: D9, C1 and 14. RGB value is (217,193,20). Sum of RGB (Red+Green+Blue) = 217+193+20=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C114 is #263EEB. Grayscale: #B5B5B5. Windows color (decimal): -2506476 or 1360345. OLE color: 1360345.

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

Color convert

RGB21719320-
CMYK00.110.910.15
HSL52.69º83.12%46.47%-
HSV(B)52.69º90.78%85.1%-
XYZ47.8152.948.36-
YUV180.4537.45154.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 20 (8.20% from 255) = 4.65%
R=50.47%
G=44.88%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171932000.110.910.1552.6983.1246.47
HexD9C1140B5BF35532e
Octal33130124013133176512356
Binary11011001110000011010001011101101111111101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C114; }

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

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

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

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

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

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

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

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