#DCB364

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

Shades of Equator #DCB364

Tints of Equator #DCB364

Color information

#DCB364 (or 0xDCB364) is unknown color: approx Equator. HEX triplet: DC, B3 and 64. RGB value is (220,179,100). Sum of RGB (Red+Green+Blue) = 220+179+100=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB364 is #234C9B. Grayscale: #B6B6B6. Windows color (decimal): -2313372 or 6599644. OLE color: 6599644.

HSL color Cylindrical-coordinate representation of color #DCB364: hue angle of 39.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB364 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB220179100-
CMYK00.190.550.14
HSL39.5º63.16%62.75%-
HSV(B)39.5º54.55%86.27%-
XYZ47.9448.3818.87-
YUV182.2581.58154.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=44.09%
G=35.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017910000.190.550.1439.563.1662.75
HexDCB36401337E283f3f
Octal3342631440236716507777
Binary110111001011001111001000100111101111110101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB364; }

 p { color: rgb(220,179,100); }

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

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

 a { background-color: rgb(220,179,100); }

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

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

 span { border-color: rgb(220,179,100); }

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