#dcab6b

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

Shades of Equator #DCAB6B

Tints of Equator #DCAB6B

Color information

#DCAB6B (or 0xDCAB6B) is unknown color: approx Equator. HEX triplet: DC, AB and 6B. RGB value is (220,171,107). Sum of RGB (Red+Green+Blue) = 220+171+107=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB6B is #235494. Grayscale: #B2B2B2. Windows color (decimal): -2315413 or 7056348. OLE color: 7056348.

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

Color convert

RGB220171107-
CMYK00.220.510.14
HSL33.98º61.75%64.12%-
HSV(B)33.98º51.36%86.27%-
XYZ46.7345.420.21-
YUV178.3687.73157.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=44.18%
G=34.34%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017110700.220.510.1433.9861.7564.12
HexDCAB6B01633E223e40
Octal33425315302663164276100
Binary1101110010101011110101101011011001111101000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcab6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcab6b; }

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

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

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

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

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

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

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

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