Html Css Color HEX #D8AF0D Sunflower

📋 copy color: '#D8AF0D'

red 216 ◦ green 175 ◦ blue 13

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

Shades of Sunflower #D8AF0D

Tints of Sunflower #D8AF0D

RGB

 RED value IS 216 (84.77% from 255) = 53.47%

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

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

R = 53.47%
G = 43.32%
B = 3.22%

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

#D8AF0D (or 0xD8AF0D) is known color: Sunflower. HEX triplet: D8, AF and 0D. RGB value is (216,175,13). Sum of RGB (Red+Green+Blue) = 216+175+13=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF0D is #2750F2. Grayscale: #A9A9A9. Windows color (decimal): -2576627 or 896984. OLE color: 896984.

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

Color convert

RGB 216 175 13 -
CMYK 0 0.19 0.94 0.15
HSL 47.88º 0.89% 0.45% -
HSV(B) 47.88º 0.94% 0.85% -
XYZ 43.72 45.29 6.82 -
YUV 168.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 216 175 13 0 0.19 0.94 0.15 47.88 0.89 0.45
Hex D8 AF D 0 13 5E F 30 59 2D
Octal 330 257 15 0 23 136 17 60 131 55
Binary 11011000 10101111 1101 0 10011 1011110 1111 110000 1011001 101101

Color Harmonies of #D8AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF0D

Black with #D8AF0D

Text Example


Text Example

White with #D8AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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