#D2AC23

Color #D2AC23 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D2AC23

Tints of Galliano #D2AC23

Color information

#D2AC23 (or 0xD2AC23) is unknown color: approx Galliano. HEX triplet: D2, AC and 23. RGB value is (210,172,35). Sum of RGB (Red+Green+Blue) = 210+172+35=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC23 is #2D53DC. Grayscale: #A8A8A8. Windows color (decimal): -2970589 or 2338002. OLE color: 2338002.

HSL color Cylindrical-coordinate representation of color #D2AC23: hue angle of 46.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2AC23 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB21017235-
CMYK00.180.830.18
HSL46.97º71.43%48.04%-
HSV(B)46.97º83.33%82.35%-
XYZ41.6343.337.76-
YUV167.7453.09158.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 35 (14.06% from 255) = 8.39%
R=50.36%
G=41.25%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101723500.180.830.1846.9771.4348.04
HexD2AC2301253122f4730
Octal32225443022123225710760
Binary11010010101011001000110100101010011100101011111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC23; }

 p { color: rgb(210,172,35); }

 H1.HeaderClassName
 {
   color: #D2AC23;
 }
 .AnyTagClassName
 {
   color: #D2AC23;
 }
</style>
background-color css

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

 a { background-color: rgb(210,172,35); }

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

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

 span { border-color: rgb(210,172,35); }

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