#DCAB65

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

Shades of Equator #DCAB65

Tints of Equator #DCAB65

Color information

#DCAB65 (or 0xDCAB65) is unknown color: approx Equator. HEX triplet: DC, AB and 65. RGB value is (220,171,101). Sum of RGB (Red+Green+Blue) = 220+171+101=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB65 is #23549A. Grayscale: #B2B2B2. Windows color (decimal): -2315419 or 6663132. OLE color: 6663132.

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

Color convert

RGB220171101-
CMYK00.220.540.14
HSL35.29º62.96%62.94%-
HSV(B)35.29º54.09%86.27%-
XYZ46.4345.2818.61-
YUV177.6784.73158.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=44.72%
G=34.76%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017110100.220.540.1435.2962.9662.94
HexDCAB6501636E233f3f
Octal3342531450266616437777
Binary110111001010101111001010101101101101110100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB65; }

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

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

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

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

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

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

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

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