Html Css Color HEX #D7AF0C Sunflower

📋 copy color: '#D7AF0C'

red 215 ◦ green 175 ◦ blue 12

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

Shades of Sunflower #D7AF0C

Tints of Sunflower #D7AF0C

RGB

 RED value IS 215 (84.38% from 255) = 53.48%

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

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

R = 53.48%
G = 43.53%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7AF0C (or 0xD7AF0C) is known color: Sunflower. HEX triplet: D7, AF and 0C. RGB value is (215,175,12). Sum of RGB (Red+Green+Blue) = 215+175+12=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF0C is #2850F3. Grayscale: #A9A9A9. Windows color (decimal): -2642164 or 831447. OLE color: 831447.

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

Color convert

RGB 215 175 12 -
CMYK 0 0.19 0.94 0.16
HSL 48.18º 0.89% 0.45% -
HSV(B) 48.18º 0.94% 0.84% -
XYZ 43.42 45.13 6.77 -
YUV 168.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 215 175 12 0 0.19 0.94 0.16 48.18 0.89 0.45
Hex D7 AF C 0 13 5E 10 30 59 2D
Octal 327 257 14 0 23 136 20 60 131 55
Binary 11010111 10101111 1100 0 10011 1011110 10000 110000 1011001 101101

Color Harmonies of #D7AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF0C

Black with #D7AF0C

Text Example


Text Example

White with #D7AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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