Html Css Color HEX #D8AF16 Galliano

📋 copy color: '#D8AF16'

red 216 ◦ green 175 ◦ blue 22

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

Shades of Galliano #D8AF16

Tints of Galliano #D8AF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 52.3%
G = 42.37%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8AF16 (or 0xD8AF16) is known color: Galliano. HEX triplet: D8, AF and 16. RGB value is (216,175,22). Sum of RGB (Red+Green+Blue) = 216+175+22=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF16 is #2750E9. Grayscale: #AAAAAA. Windows color (decimal): -2576618 or 1486808. OLE color: 1486808.

HSL color Cylindrical-coordinate representation of color #D8AF16: hue angle of 47.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8AF16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 22 -
CMYK 0 0.19 0.90 0.15
HSL 47.32º 0.82% 0.47% -
HSV(B) 47.32º 0.9% 0.85% -
XYZ 43.79 45.32 7.2 -
YUV 169.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 216 175 22 0 0.19 0.90 0.15 47.32 0.82 0.47
Hex D8 AF 16 0 13 5A F 2F 52 2F
Octal 330 257 26 0 23 132 17 57 122 57
Binary 11011000 10101111 10110 0 10011 1011010 1111 101111 1010010 101111

Color Harmonies of #D8AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF16

Black with #D8AF16

Text Example


Text Example

White with #D8AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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