Html Css Color HEX #D9AC15 Galliano

📋 copy color: '#D9AC15'

red 217 ◦ green 172 ◦ blue 21

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

Shades of Galliano #D9AC15

Tints of Galliano #D9AC15

RGB

 RED value IS 217 (85.16% from 255) = 52.93%

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

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

R = 52.93%
G = 41.95%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9AC15 (or 0xD9AC15) is known color: Galliano. HEX triplet: D9, AC and 15. RGB value is (217,172,21). Sum of RGB (Red+Green+Blue) = 217+172+21=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC15 is #2653EA. Grayscale: #A8A8A8. Windows color (decimal): -2511851 or 1420505. OLE color: 1420505.

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

Color convert

RGB 217 172 21 -
CMYK 0 0.21 0.90 0.15
HSL 46.22º 0.82% 0.47% -
HSV(B) 46.22º 0.9% 0.85% -
XYZ 43.5 44.31 6.97 -
YUV 168.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 217 172 21 0 0.21 0.90 0.15 46.22 0.82 0.47
Hex D9 AC 15 0 15 5A F 2E 52 2F
Octal 331 254 25 0 25 132 17 56 122 57
Binary 11011001 10101100 10101 0 10101 1011010 1111 101110 1010010 101111

Color Harmonies of #D9AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC15

Black with #D9AC15

Text Example


Text Example

White with #D9AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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