Html Css Color HEX #D4AF0F Sunflower

📋 copy color: '#D4AF0F'

red 212 ◦ green 175 ◦ blue 15

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

Shades of Sunflower #D4AF0F

Tints of Sunflower #D4AF0F

RGB

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

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

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

R = 52.74%
G = 43.53%
B = 3.73%

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

#D4AF0F (or 0xD4AF0F) is known color: Sunflower. HEX triplet: D4, AF and 0F. RGB value is (212,175,15). Sum of RGB (Red+Green+Blue) = 212+175+15=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AF0F is #2B50F0. Grayscale: #A8A8A8. Windows color (decimal): -2838769 or 1028052. OLE color: 1028052.

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

Color convert

RGB 212 175 15 -
CMYK 0 0.17 0.93 0.17
HSL 48.73º 0.87% 0.45% -
HSV(B) 48.73º 0.93% 0.83% -
XYZ 42.57 44.69 6.83 -
YUV 167.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 212 175 15 0 0.17 0.93 0.17 48.73 0.87 0.45
Hex D4 AF F 0 11 5D 11 31 57 2D
Octal 324 257 17 0 21 135 21 61 127 55
Binary 11010100 10101111 1111 0 10001 1011101 10001 110001 1010111 101101

Color Harmonies of #D4AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF0F

Black with #D4AF0F

Text Example


Text Example

White with #D4AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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