Html Css Color HEX #D7AF0D Sunflower

📋 copy color: '#D7AF0D'

red 215 ◦ green 175 ◦ blue 13

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

Shades of Sunflower #D7AF0D

Tints of Sunflower #D7AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 53.35%
G = 43.42%
B = 3.23%

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

#D7AF0D (or 0xD7AF0D) is known color: Sunflower. HEX triplet: D7, AF and 0D. RGB value is (215,175,13). Sum of RGB (Red+Green+Blue) = 215+175+13=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF0D is #2850F2. Grayscale: #A9A9A9. Windows color (decimal): -2642163 or 896983. OLE color: 896983.

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

Color convert

RGB 215 175 13 -
CMYK 0 0.19 0.94 0.16
HSL 48.12º 0.89% 0.45% -
HSV(B) 48.12º 0.94% 0.84% -
XYZ 43.43 45.14 6.8 -
YUV 168.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 215 175 13 0 0.19 0.94 0.16 48.12 0.89 0.45
Hex D7 AF D 0 13 5E 10 30 59 2D
Octal 327 257 15 0 23 136 20 60 131 55
Binary 11010111 10101111 1101 0 10011 1011110 10000 110000 1011001 101101

Color Harmonies of #D7AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF0D

Black with #D7AF0D

Text Example


Text Example

White with #D7AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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