#D1A227

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

Shades of Galliano #D1A227

Tints of Galliano #D1A227

Color information

#D1A227 (or 0xD1A227) is unknown color: approx Galliano. HEX triplet: D1, A2 and 27. RGB value is (209,162,39). Sum of RGB (Red+Green+Blue) = 209+162+39=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A227 is #2E5DD8. Grayscale: #A2A2A2. Windows color (decimal): -3038681 or 2597585. OLE color: 2597585.

HSL color Cylindrical-coordinate representation of color #D1A227: hue angle of 43.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1A227 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB20916239-
CMYK00.220.810.18
HSL43.41º68.55%48.63%-
HSV(B)43.41º81.34%81.96%-
XYZ39.5839.547.47-
YUV162.0358.57161.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 39 (15.62% from 255) = 9.51%
R=50.98%
G=39.51%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091623900.220.810.1843.4168.5548.63
HexD1A22701651122b4531
Octal32124247026121225310561
Binary11010001101000101001110101101010001100101010111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A227; }

 p { color: rgb(209,162,39); }

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

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

 a { background-color: rgb(209,162,39); }

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

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

 span { border-color: rgb(209,162,39); }

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