#dcb76b

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

Shades of Equator #DCB76B

Tints of Equator #DCB76B

Color information

#DCB76B (or 0xDCB76B) is unknown color: approx Equator. HEX triplet: DC, B7 and 6B. RGB value is (220,183,107). Sum of RGB (Red+Green+Blue) = 220+183+107=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76B is #234894. Grayscale: #B9B9B9. Windows color (decimal): -2312341 or 7059420. OLE color: 7059420.

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

Color convert

RGB220183107-
CMYK00.170.510.14
HSL40.35º61.75%64.12%-
HSV(B)40.35º51.36%86.27%-
XYZ49.150.1421-
YUV185.483.76152.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 107 (42.19% from 255) = 20.98%
R=43.14%
G=35.88%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018310700.170.510.1440.3561.7564.12
HexDCB76B01133E283e40
Octal33426715302163165076100
Binary1101110010110111110101101000111001111101010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb76b; }

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

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

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

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

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

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

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

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