#DCB261

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

Shades of Equator #DCB261

Tints of Equator #DCB261

Color information

#DCB261 (or 0xDCB261) is unknown color: approx Equator. HEX triplet: DC, B2 and 61. RGB value is (220,178,97). Sum of RGB (Red+Green+Blue) = 220+178+97=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB261 is #234D9E. Grayscale: #B5B5B5. Windows color (decimal): -2313631 or 6402780. OLE color: 6402780.

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

Color convert

RGB22017897-
CMYK00.190.560.14
HSL39.51º63.73%62.16%-
HSV(B)39.51º55.91%86.27%-
XYZ47.5947.9218.05-
YUV181.3280.41155.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=44.44%
G=35.96%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201789700.190.560.1439.5163.7362.16
HexDCB26101338E28403e
Octal33426214102370165010076
Binary1101110010110010110000101001111100011101010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB261; }

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

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

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

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

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

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

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

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