#DCB661

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

Shades of Equator #DCB661

Tints of Equator #DCB661

Color information

#DCB661 (or 0xDCB661) is unknown color: approx Equator. HEX triplet: DC, B6 and 61. RGB value is (220,182,97). Sum of RGB (Red+Green+Blue) = 220+182+97=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB661 is #23499E. Grayscale: #B8B8B8. Windows color (decimal): -2312607 or 6403804. OLE color: 6403804.

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

Color convert

RGB22018297-
CMYK00.170.560.14
HSL41.46º63.73%62.16%-
HSV(B)41.46º55.91%86.27%-
XYZ48.449.5318.32-
YUV183.6779.09153.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=44.09%
G=36.47%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201829700.170.560.1441.4663.7362.16
HexDCB66101138E29403e
Octal33426614102170165110076
Binary1101110010110110110000101000111100011101010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB661; }

 p { color: rgb(220,182,97); }

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

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

 a { background-color: rgb(220,182,97); }

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

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

 span { border-color: rgb(220,182,97); }

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