Html Css Color HEX #D8AC14 Galliano

📋 copy color: '#D8AC14'

red 216 ◦ green 172 ◦ blue 20

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

Shades of Galliano #D8AC14

Tints of Galliano #D8AC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 52.94%
G = 42.16%
B = 4.9%

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

#D8AC14 (or 0xD8AC14) is known color: Galliano. HEX triplet: D8, AC and 14. RGB value is (216,172,20). Sum of RGB (Red+Green+Blue) = 216+172+20=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC14 is #2753EB. Grayscale: #A8A8A8. Windows color (decimal): -2577388 or 1354968. OLE color: 1354968.

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

Color convert

RGB 216 172 20 -
CMYK 0 0.20 0.91 0.15
HSL 46.53º 0.83% 0.46% -
HSV(B) 46.53º 0.91% 0.85% -
XYZ 43.2 44.15 6.91 -
YUV 167.83 44.58 162.36 -
System Red Green Blue C M Y K H S L
Decimal 216 172 20 0 0.20 0.91 0.15 46.53 0.83 0.46
Hex D8 AC 14 0 14 5B F 2F 53 2E
Octal 330 254 24 0 24 133 17 57 123 56
Binary 11011000 10101100 10100 0 10100 1011011 1111 101111 1010011 101110

Color Harmonies of #D8AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC14

Black with #D8AC14

Text Example


Text Example

White with #D8AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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