Html Css Color HEX #D9AC2C Galliano

📋 copy color: '#D9AC2C'

red 217 ◦ green 172 ◦ blue 44

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

Shades of Galliano #D9AC2C

Tints of Galliano #D9AC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 50.12%
G = 39.72%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9AC2C (or 0xD9AC2C) is known color: Galliano. HEX triplet: D9, AC and 2C. RGB value is (217,172,44). Sum of RGB (Red+Green+Blue) = 217+172+44=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC2C is #2653D3. Grayscale: #ABABAB. Windows color (decimal): -2511828 or 2927833. OLE color: 2927833.

HSL color Cylindrical-coordinate representation of color #D9AC2C: hue angle of 44.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9AC2C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 44 -
CMYK 0 0.21 0.80 0.15
HSL 44.39º 0.69% 0.51% -
HSV(B) 44.39º 0.8% 0.85% -
XYZ 43.82 44.44 8.65 -
YUV 170.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 217 172 44 0 0.21 0.80 0.15 44.39 0.69 0.51
Hex D9 AC 2C 0 15 50 F 2C 45 33
Octal 331 254 54 0 25 120 17 54 105 63
Binary 11011001 10101100 101100 0 10101 1010000 1111 101100 1000101 110011

Color Harmonies of #D9AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC2C

Black with #D9AC2C

Text Example


Text Example

White with #D9AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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