#dcab60

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

Shades of Equator #DCAB60

Tints of Equator #DCAB60

Color information

#DCAB60 (or 0xDCAB60) is unknown color: approx Equator. HEX triplet: DC, AB and 60. RGB value is (220,171,96). Sum of RGB (Red+Green+Blue) = 220+171+96=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB60 is #23549F. Grayscale: #B1B1B1. Windows color (decimal): -2315424 or 6335452. OLE color: 6335452.

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

Color convert

RGB22017196-
CMYK00.220.560.14
HSL36.29º63.92%61.96%-
HSV(B)36.29º56.36%86.27%-
XYZ46.1945.1917.35-
YUV177.182.23158.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=45.17%
G=35.11%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201719600.220.560.1436.2963.9261.96
HexDCAB6001638E24403e
Octal33425314002670164410076
Binary1101110010101011110000001011011100011101001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcab60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcab60; }

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

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

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

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

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

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

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

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