#D8AF0F

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

Shades of Sunflower #D8AF0F

Tints of Sunflower #D8AF0F

Color information

#D8AF0F (or 0xD8AF0F) is unknown color: approx Sunflower. HEX triplet: D8, AF and 0F. RGB value is (216,175,15). Sum of RGB (Red+Green+Blue) = 216+175+15=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF0F is #2750F0. Grayscale: #A9A9A9. Windows color (decimal): -2576625 or 1028056. OLE color: 1028056.

HSL color Cylindrical-coordinate representation of color #D8AF0F: hue angle of 47.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8AF0F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21617515-
CMYK00.190.930.15
HSL47.76º87.01%45.29%-
HSV(B)47.76º93.06%84.71%-
XYZ43.7445.296.89-
YUV169.0241.08161.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 15 (6.25% from 255) = 3.69%
R=53.20%
G=43.10%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161751500.190.930.1547.7687.0145.29
HexD8AFF0135DF30572d
Octal33025717023135176012755
Binary11011000101011111111010011101110111111100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF0F; }

 p { color: rgb(216,175,15); }

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

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

 a { background-color: rgb(216,175,15); }

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

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

 span { border-color: rgb(216,175,15); }

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