#DCB568

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

Shades of Equator #DCB568

Tints of Equator #DCB568

Color information

#DCB568 (or 0xDCB568) is unknown color: approx Equator. HEX triplet: DC, B5 and 68. RGB value is (220,181,104). Sum of RGB (Red+Green+Blue) = 220+181+104=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB568 is #234A97. Grayscale: #B8B8B8. Windows color (decimal): -2312856 or 6862300. OLE color: 6862300.

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

Color convert

RGB220181104-
CMYK00.180.530.14
HSL39.83º62.37%63.53%-
HSV(B)39.83º52.73%86.27%-
XYZ48.5449.2620.05-
YUV183.8882.92153.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=43.56%
G=35.84%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018110400.180.530.1439.8362.3763.53
HexDCB56801235E283e40
Octal33426515002265165076100
Binary1101110010110101110100001001011010111101010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB568; }

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

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

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

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

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

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

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

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