#DCB6A1

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

Shades of Just Right #DCB6A1

Tints of Just Right #DCB6A1

Color information

#DCB6A1 (or 0xDCB6A1) is unknown color: approx Just Right. HEX triplet: DC, B6 and A1. RGB value is (220,182,161). Sum of RGB (Red+Green+Blue) = 220+182+161=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6A1 is #23495E. Grayscale: #BFBFBF. Windows color (decimal): -2312543 or 10598108. OLE color: 10598108.

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

Color convert

RGB220182161-
CMYK00.170.270.14
HSL21.36º45.74%74.71%-
HSV(B)21.36º26.82%86.27%-
XYZ52.6851.2440.83-
YUV190.97111.09148.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=39.08%
G=32.33%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018216100.170.270.1421.3645.7474.71
HexDCB6A10111BE152e4b
Octal33426624102133162556113
Binary110111001011011010100001010001110111110101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6A1; }

 p { color: rgb(220,182,161); }

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

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

 a { background-color: rgb(220,182,161); }

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

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

 span { border-color: rgb(220,182,161); }

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