Html Css Color HEX #D8AC15 Galliano

📋 copy color: '#D8AC15'

red 216 ◦ green 172 ◦ blue 21

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

Shades of Galliano #D8AC15

Tints of Galliano #D8AC15

RGB

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

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

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

R = 52.81%
G = 42.05%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8AC15 (or 0xD8AC15) is known color: Galliano. HEX triplet: D8, AC and 15. RGB value is (216,172,21). Sum of RGB (Red+Green+Blue) = 216+172+21=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC15 is #2753EA. Grayscale: #A8A8A8. Windows color (decimal): -2577387 or 1420504. OLE color: 1420504.

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

Color convert

RGB 216 172 21 -
CMYK 0 0.20 0.90 0.15
HSL 46.46º 0.82% 0.46% -
HSV(B) 46.46º 0.9% 0.85% -
XYZ 43.21 44.16 6.96 -
YUV 167.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 216 172 21 0 0.20 0.90 0.15 46.46 0.82 0.46
Hex D8 AC 15 0 14 5A F 2E 52 2E
Octal 330 254 25 0 24 132 17 56 122 56
Binary 11011000 10101100 10101 0 10100 1011010 1111 101110 1010010 101110

Color Harmonies of #D8AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC15

Black with #D8AC15

Text Example


Text Example

White with #D8AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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