Html Css Color HEX #D8AF0C Sunflower

📋 copy color: '#D8AF0C'

red 216 ◦ green 175 ◦ blue 12

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

Shades of Sunflower #D8AF0C

Tints of Sunflower #D8AF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 53.6%
G = 43.42%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8AF0C (or 0xD8AF0C) is known color: Sunflower. HEX triplet: D8, AF and 0C. RGB value is (216,175,12). Sum of RGB (Red+Green+Blue) = 216+175+12=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF0C is #2750F3. Grayscale: #A9A9A9. Windows color (decimal): -2576628 or 831448. OLE color: 831448.

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

Color convert

RGB 216 175 12 -
CMYK 0 0.19 0.94 0.15
HSL 47.94º 0.89% 0.45% -
HSV(B) 47.94º 0.94% 0.85% -
XYZ 43.72 45.29 6.78 -
YUV 168.68 39.58 161.75 -
System Red Green Blue C M Y K H S L
Decimal 216 175 12 0 0.19 0.94 0.15 47.94 0.89 0.45
Hex D8 AF C 0 13 5E F 30 59 2D
Octal 330 257 14 0 23 136 17 60 131 55
Binary 11011000 10101111 1100 0 10011 1011110 1111 110000 1011001 101101

Color Harmonies of #D8AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF0C

Black with #D8AF0C

Text Example


Text Example

White with #D8AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF0C; }

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

 H1.HeaderClassName
 {
   color: #D8AF0C;
 }
 .AnyTagClassName
 {
   color: #D8AF0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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