Html Css Color HEX #D8AF15 Galliano

📋 copy color: '#D8AF15'

red 216 ◦ green 175 ◦ blue 21

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

Shades of Galliano #D8AF15

Tints of Galliano #D8AF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 52.43%
G = 42.48%
B = 5.1%

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

#D8AF15 (or 0xD8AF15) is known color: Galliano. HEX triplet: D8, AF and 15. RGB value is (216,175,21). Sum of RGB (Red+Green+Blue) = 216+175+21=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF15 is #2750EA. Grayscale: #AAAAAA. Windows color (decimal): -2576619 or 1421272. OLE color: 1421272.

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

Color convert

RGB 216 175 21 -
CMYK 0 0.19 0.90 0.15
HSL 47.38º 0.82% 0.46% -
HSV(B) 47.38º 0.9% 0.85% -
XYZ 43.78 45.31 7.15 -
YUV 169.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 216 175 21 0 0.19 0.90 0.15 47.38 0.82 0.46
Hex D8 AF 15 0 13 5A F 2F 52 2E
Octal 330 257 25 0 23 132 17 57 122 56
Binary 11011000 10101111 10101 0 10011 1011010 1111 101111 1010010 101110

Color Harmonies of #D8AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF15

Black with #D8AF15

Text Example


Text Example

White with #D8AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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