#DCB561

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

Shades of Equator #DCB561

Tints of Equator #DCB561

Color information

#DCB561 (or 0xDCB561) is unknown color: approx Equator. HEX triplet: DC, B5 and 61. RGB value is (220,181,97). Sum of RGB (Red+Green+Blue) = 220+181+97=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB561 is #234A9E. Grayscale: #B7B7B7. Windows color (decimal): -2312863 or 6403548. OLE color: 6403548.

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

Color convert

RGB22018197-
CMYK00.180.560.14
HSL40.98º63.73%62.16%-
HSV(B)40.98º55.91%86.27%-
XYZ48.249.1318.25-
YUV183.0879.42154.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=44.18%
G=36.35%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201819700.180.560.1440.9863.7362.16
HexDCB56101238E29403e
Octal33426514102270165110076
Binary1101110010110101110000101001011100011101010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB561; }

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

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

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

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

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

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

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

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