#D4B718

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

Shades of Sunflower #D4B718

Tints of Sunflower #D4B718

Color information

#D4B718 (or 0xD4B718) is unknown color: approx Sunflower. HEX triplet: D4, B7 and 18. RGB value is (212,183,24). Sum of RGB (Red+Green+Blue) = 212+183+24=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B718 is #2B48E7. Grayscale: #AEAEAE. Windows color (decimal): -2836712 or 1619924. OLE color: 1619924.

HSL color Cylindrical-coordinate representation of color #D4B718: hue angle of 50.74º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4B718 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB21218324-
CMYK00.140.890.17
HSL50.74º79.66%46.27%-
HSV(B)50.74º88.68%83.14%-
XYZ44.2547.937.78-
YUV173.5443.61155.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 24 (9.77% from 255) = 5.73%
R=50.60%
G=43.68%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121832400.140.890.1750.7479.6646.27
HexD4B7180E591133502e
Octal32426730016131216312056
Binary110101001011011111000011101011001100011100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B718; }

 p { color: rgb(212,183,24); }

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

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

 a { background-color: rgb(212,183,24); }

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

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

 span { border-color: rgb(212,183,24); }

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