#D2A023

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

Shades of Galliano #D2A023

Tints of Galliano #D2A023

Color information

#D2A023 (or 0xD2A023) is unknown color: approx Galliano. HEX triplet: D2, A0 and 23. RGB value is (210,160,35). Sum of RGB (Red+Green+Blue) = 210+160+35=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A023 is #2D5FDC. Grayscale: #A1A1A1. Windows color (decimal): -2973661 or 2334930. OLE color: 2334930.

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

Color convert

RGB21016035-
CMYK00.240.830.18
HSL42.86º71.43%48.04%-
HSV(B)42.86º83.33%82.35%-
XYZ39.4538.967.03-
YUV160.757.06163.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.85%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 35 (14.06% from 255) = 8.64%
R=51.85%
G=39.51%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101603500.240.830.1842.8671.4348.04
HexD2A02301853122b4730
Octal32224043030123225310760
Binary11010010101000001000110110001010011100101010111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A023; }

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

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

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

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

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

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

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

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