#DCAB27

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

Shades of Galliano #DCAB27

Tints of Galliano #DCAB27

Color information

#DCAB27 (or 0xDCAB27) is unknown color: approx Galliano. HEX triplet: DC, AB and 27. RGB value is (220,171,39). Sum of RGB (Red+Green+Blue) = 220+171+39=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB27 is #2354D8. Grayscale: #ABABAB. Windows color (decimal): -2315481 or 2599900. OLE color: 2599900.

HSL color Cylindrical-coordinate representation of color #DCAB27: hue angle of 43.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCAB27 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB22017139-
CMYK00.220.820.14
HSL43.76º72.11%50.78%-
HSV(B)43.76º82.27%86.27%-
XYZ44.4444.498.16-
YUV170.653.73163.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 39 (15.62% from 255) = 9.07%
R=51.16%
G=39.77%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201713900.220.820.1443.7672.1150.78
HexDCAB2701652E2c4833
Octal33425347026122165411063
Binary1101110010101011100111010110101001011101011001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB27; }

 p { color: rgb(220,171,39); }

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

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

 a { background-color: rgb(220,171,39); }

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

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

 span { border-color: rgb(220,171,39); }

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