#DCB768

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

Shades of Equator #DCB768

Tints of Equator #DCB768

Color information

#DCB768 (or 0xDCB768) is unknown color: approx Equator. HEX triplet: DC, B7 and 68. RGB value is (220,183,104). Sum of RGB (Red+Green+Blue) = 220+183+104=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB768 is #234897. Grayscale: #B9B9B9. Windows color (decimal): -2312344 or 6862812. OLE color: 6862812.

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

Color convert

RGB220183104-
CMYK00.170.530.14
HSL40.86º62.37%63.53%-
HSV(B)40.86º52.73%86.27%-
XYZ48.9550.0820.18-
YUV185.0682.26152.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 104 (41.02% from 255) = 20.51%
R=43.39%
G=36.09%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018310400.170.530.1440.8662.3763.53
HexDCB76801135E293e40
Octal33426715002165165176100
Binary1101110010110111110100001000111010111101010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB768; }

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

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

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

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

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

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

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

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