#DCA766

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

Shades of Equator #DCA766

Tints of Equator #DCA766

Color information

#DCA766 (or 0xDCA766) is unknown color: approx Equator. HEX triplet: DC, A7 and 66. RGB value is (220,167,102). Sum of RGB (Red+Green+Blue) = 220+167+102=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA766 is #235899. Grayscale: #AFAFAF. Windows color (decimal): -2316442 or 6727644. OLE color: 6727644.

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

Color convert

RGB220167102-
CMYK00.240.540.14
HSL33.05º62.77%63.14%-
HSV(B)33.05º53.64%86.27%-
XYZ45.7343.8118.62-
YUV175.4486.56159.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=44.99%
G=34.15%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016710200.240.540.1433.0562.7763.14
HexDCA76601836E213f3f
Octal3342471460306616417777
Binary110111001010011111001100110001101101110100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA766; }

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

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

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

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

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

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

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

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