Html Css Color HEX #D8AF13 Galliano

📋 copy color: '#D8AF13'

red 216 ◦ green 175 ◦ blue 19

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

Shades of Galliano #D8AF13

Tints of Galliano #D8AF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.63%

R = 52.68%
G = 42.68%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8AF13 (or 0xD8AF13) is known color: Galliano. HEX triplet: D8, AF and 13. RGB value is (216,175,19). Sum of RGB (Red+Green+Blue) = 216+175+19=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF13 is #2750EC. Grayscale: #AAAAAA. Windows color (decimal): -2576621 or 1290200. OLE color: 1290200.

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

Color convert

RGB 216 175 19 -
CMYK 0 0.19 0.91 0.15
HSL 47.51º 0.84% 0.46% -
HSV(B) 47.51º 0.91% 0.85% -
XYZ 43.77 45.31 7.05 -
YUV 169.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 216 175 19 0 0.19 0.91 0.15 47.51 0.84 0.46
Hex D8 AF 13 0 13 5B F 30 54 2E
Octal 330 257 23 0 23 133 17 60 124 56
Binary 11011000 10101111 10011 0 10011 1011011 1111 110000 1010100 101110

Color Harmonies of #D8AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF13

Black with #D8AF13

Text Example


Text Example

White with #D8AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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