#DCAA27

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

Shades of Galliano #DCAA27

Tints of Galliano #DCAA27

Color information

#DCAA27 (or 0xDCAA27) is unknown color: approx Galliano. HEX triplet: DC, AA and 27. RGB value is (220,170,39). Sum of RGB (Red+Green+Blue) = 220+170+39=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA27 is #2355D8. Grayscale: #AAAAAA. Windows color (decimal): -2315737 or 2599644. OLE color: 2599644.

HSL color Cylindrical-coordinate representation of color #DCAA27: hue angle of 43.43º 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 #DCAA27 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB22017039-
CMYK00.230.820.14
HSL43.43º72.11%50.78%-
HSV(B)43.43º82.27%86.27%-
XYZ44.2644.118.1-
YUV170.0254.06163.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.28%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 39 (15.62% from 255) = 9.09%
R=51.28%
G=39.63%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201703900.230.820.1443.4372.1150.78
HexDCAA2701752E2b4833
Octal33425247027122165311063
Binary1101110010101010100111010111101001011101010111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA27; }

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

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

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

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

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

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

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

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