Html Css Color HEX #D4AF0E Sunflower

📋 copy color: '#D4AF0E'

red 212 ◦ green 175 ◦ blue 14

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

Shades of Sunflower #D4AF0E

Tints of Sunflower #D4AF0E

RGB

 RED value IS 212 (83.2% from 255) = 52.87%

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

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

R = 52.87%
G = 43.64%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4AF0E (or 0xD4AF0E) is known color: Sunflower. HEX triplet: D4, AF and 0E. RGB value is (212,175,14). Sum of RGB (Red+Green+Blue) = 212+175+14=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AF0E is #2B50F1. Grayscale: #A8A8A8. Windows color (decimal): -2838770 or 962516. OLE color: 962516.

HSL color Cylindrical-coordinate representation of color #D4AF0E: hue angle of 48.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4AF0E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 14 -
CMYK 0 0.17 0.93 0.17
HSL 48.79º 0.88% 0.44% -
HSV(B) 48.79º 0.93% 0.83% -
XYZ 42.56 44.69 6.8 -
YUV 167.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 212 175 14 0 0.17 0.93 0.17 48.79 0.88 0.44
Hex D4 AF E 0 11 5D 11 31 58 2C
Octal 324 257 16 0 21 135 21 61 130 54
Binary 11010100 10101111 1110 0 10001 1011101 10001 110001 1011000 101100

Color Harmonies of #D4AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF0E

Black with #D4AF0E

Text Example


Text Example

White with #D4AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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