Html Css Color HEX #D8AC13 Galliano

📋 copy color: '#D8AC13'

red 216 ◦ green 172 ◦ blue 19

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

Shades of Galliano #D8AC13

Tints of Galliano #D8AC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 53.07%
G = 42.26%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8AC13 (or 0xD8AC13) is known color: Galliano. HEX triplet: D8, AC and 13. RGB value is (216,172,19). Sum of RGB (Red+Green+Blue) = 216+172+19=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC13 is #2753EC. Grayscale: #A8A8A8. Windows color (decimal): -2577389 or 1289432. OLE color: 1289432.

HSL color Cylindrical-coordinate representation of color #D8AC13: hue angle of 46.6º 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 #D8AC13 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 19 -
CMYK 0 0.20 0.91 0.15
HSL 46.6º 0.84% 0.46% -
HSV(B) 46.6º 0.91% 0.85% -
XYZ 43.19 44.15 6.86 -
YUV 167.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 216 172 19 0 0.20 0.91 0.15 46.6 0.84 0.46
Hex D8 AC 13 0 14 5B F 2F 54 2E
Octal 330 254 23 0 24 133 17 57 124 56
Binary 11011000 10101100 10011 0 10100 1011011 1111 101111 1010100 101110

Color Harmonies of #D8AC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC13

Black with #D8AC13

Text Example


Text Example

White with #D8AC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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