#DCB960

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

Shades of Equator #DCB960

Tints of Equator #DCB960

Color information

#DCB960 (or 0xDCB960) is unknown color: approx Equator. HEX triplet: DC, B9 and 60. RGB value is (220,185,96). Sum of RGB (Red+Green+Blue) = 220+185+96=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB960 is #23469F. Grayscale: #B9B9B9. Windows color (decimal): -2311840 or 6339036. OLE color: 6339036.

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

Color convert

RGB22018596-
CMYK00.160.560.14
HSL43.06º63.92%61.96%-
HSV(B)43.06º56.36%86.27%-
XYZ48.9850.7618.28-
YUV185.3277.6152.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=43.91%
G=36.93%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201859600.160.560.1443.0663.9261.96
HexDCB96001038E2b403e
Octal33427114002070165310076
Binary1101110010111001110000001000011100011101010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB960; }

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

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

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

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

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

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

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

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