#DCAA66

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

Shades of Equator #DCAA66

Tints of Equator #DCAA66

Color information

#DCAA66 (or 0xDCAA66) is unknown color: approx Equator. HEX triplet: DC, AA and 66. RGB value is (220,170,102). Sum of RGB (Red+Green+Blue) = 220+170+102=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA66 is #235599. Grayscale: #B1B1B1. Windows color (decimal): -2315674 or 6728412. OLE color: 6728412.

HSL color Cylindrical-coordinate representation of color #DCAA66: hue angle of 34.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCAA66 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220170102-
CMYK00.230.540.14
HSL34.58º62.77%63.14%-
HSV(B)34.58º53.64%86.27%-
XYZ46.2944.9218.8-
YUV177.285.56158.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=44.72%
G=34.55%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017010200.230.540.1434.5862.7763.14
HexDCAA6601736E233f3f
Octal3342521460276616437777
Binary110111001010101011001100101111101101110100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA66; }

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

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

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

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

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

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

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

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