#D2AD23

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

Shades of Galliano #D2AD23

Tints of Galliano #D2AD23

Color information

#D2AD23 (or 0xD2AD23) is unknown color: approx Galliano. HEX triplet: D2, AD and 23. RGB value is (210,173,35). Sum of RGB (Red+Green+Blue) = 210+173+35=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD23 is #2D52DC. Grayscale: #A8A8A8. Windows color (decimal): -2970333 or 2338258. OLE color: 2338258.

HSL color Cylindrical-coordinate representation of color #D2AD23: hue angle of 47.31º 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 #D2AD23 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB21017335-
CMYK00.180.830.18
HSL47.31º71.43%48.04%-
HSV(B)47.31º83.33%82.35%-
XYZ41.8343.717.82-
YUV168.3352.76157.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 35 (14.06% from 255) = 8.37%
R=50.24%
G=41.39%
B=8.37%

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
Decimal2101733500.180.830.1847.3171.4348.04
HexD2AD2301253122f4730
Octal32225543022123225710760
Binary11010010101011011000110100101010011100101011111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD23; }

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

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

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

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

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

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

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

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