#DCB169

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

Shades of Equator #DCB169

Tints of Equator #DCB169

Color information

#DCB169 (or 0xDCB169) is unknown color: approx Equator. HEX triplet: DC, B1 and 69. RGB value is (220,177,105). Sum of RGB (Red+Green+Blue) = 220+177+105=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB169 is #234E96. Grayscale: #B5B5B5. Windows color (decimal): -2313879 or 6926812. OLE color: 6926812.

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

Color convert

RGB220177105-
CMYK00.200.520.14
HSL37.57º62.16%63.73%-
HSV(B)37.57º52.27%86.27%-
XYZ47.7947.6820.05-
YUV181.6584.75155.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=43.82%
G=35.26%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017710500.200.520.1437.5762.1663.73
HexDCB16901434E263e40
Octal33426115102464164676100
Binary1101110010110001110100101010011010011101001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB169; }

 p { color: rgb(220,177,105); }

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

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

 a { background-color: rgb(220,177,105); }

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

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

 span { border-color: rgb(220,177,105); }

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