Html Css Color HEX #D8AF0F Sunflower

📋 copy color: '#D8AF0F'

red 216 ◦ green 175 ◦ blue 15

#D8AF0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #D8AF0F

Tints of Sunflower #D8AF0F

RGB

 RED value IS 216 (84.77% from 255) = 53.2%

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 53.2%
G = 43.1%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8AF0F (or 0xD8AF0F) is known color: 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

RGB 216 175 15 -
CMYK 0 0.19 0.93 0.15
HSL 47.76º 0.87% 0.45% -
HSV(B) 47.76º 0.93% 0.85% -
XYZ 43.74 45.29 6.89 -
YUV 169.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 216 175 15 0 0.19 0.93 0.15 47.76 0.87 0.45
Hex D8 AF F 0 13 5D F 30 57 2D
Octal 330 257 17 0 23 135 17 60 127 55
Binary 11011000 10101111 1111 0 10011 1011101 1111 110000 1010111 101101

Color Harmonies of #D8AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF0F

Black with #D8AF0F

Text Example


Text Example

White with #D8AF0F

Text Example


Text Example

HTML Codes & Css Web 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>