#DCB965

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

Shades of Equator #DCB965

Tints of Equator #DCB965

Color information

#DCB965 (or 0xDCB965) is unknown color: approx Equator. HEX triplet: DC, B9 and 65. RGB value is (220,185,101). Sum of RGB (Red+Green+Blue) = 220+185+101=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB965 is #23469A. Grayscale: #BABABA. Windows color (decimal): -2311835 or 6666716. OLE color: 6666716.

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

Color convert

RGB220185101-
CMYK00.160.540.14
HSL42.35º62.96%62.94%-
HSV(B)42.35º54.09%86.27%-
XYZ49.2150.8519.53-
YUV185.8980.1152.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=43.48%
G=36.56%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018510100.160.540.1442.3562.9662.94
HexDCB96501036E2a3f3f
Octal3342711450206616527777
Binary110111001011100111001010100001101101110101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB965; }

 p { color: rgb(220,185,101); }

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

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

 a { background-color: rgb(220,185,101); }

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

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

 span { border-color: rgb(220,185,101); }

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