Html Css Color HEX #D9AF0E Sunflower

📋 copy color: '#D9AF0E'

red 217 ◦ green 175 ◦ blue 14

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

Shades of Sunflower #D9AF0E

Tints of Sunflower #D9AF0E

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 53.45%
G = 43.1%
B = 3.45%

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

#D9AF0E (or 0xD9AF0E) is known color: Sunflower. HEX triplet: D9, AF and 0E. RGB value is (217,175,14). Sum of RGB (Red+Green+Blue) = 217+175+14=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF0E is #2650F1. Grayscale: #A9A9A9. Windows color (decimal): -2511090 or 962521. OLE color: 962521.

HSL color Cylindrical-coordinate representation of color #D9AF0E: hue angle of 47.59º degrees, saturation: 0.88, 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 #D9AF0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 14 -
CMYK 0 0.19 0.94 0.15
HSL 47.59º 0.88% 0.45% -
HSV(B) 47.59º 0.94% 0.85% -
XYZ 44.02 45.44 6.87 -
YUV 169.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 217 175 14 0 0.19 0.94 0.15 47.59 0.88 0.45
Hex D9 AF E 0 13 5E F 30 58 2D
Octal 331 257 16 0 23 136 17 60 130 55
Binary 11011001 10101111 1110 0 10011 1011110 1111 110000 1011000 101101

Color Harmonies of #D9AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF0E

Black with #D9AF0E

Text Example


Text Example

White with #D9AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF0E; }

 p { color: rgb(217,175,14); }

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

background-color css

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

 a { background-color: rgb(217,175,14); }

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

border-color css

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

 span { border-color: rgb(217,175,14); }

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