#DCB7A1

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

Shades of Just Right #DCB7A1

Tints of Just Right #DCB7A1

Color information

#DCB7A1 (or 0xDCB7A1) is unknown color: approx Just Right. HEX triplet: DC, B7 and A1. RGB value is (220,183,161). Sum of RGB (Red+Green+Blue) = 220+183+161=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7A1 is #23485E. Grayscale: #BFBFBF. Windows color (decimal): -2312287 or 10598364. OLE color: 10598364.

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

Color convert

RGB220183161-
CMYK00.170.270.14
HSL22.37º45.74%74.71%-
HSV(B)22.37º26.82%86.27%-
XYZ52.8851.6640.9-
YUV191.56110.76148.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=39.01%
G=32.45%
B=28.55%

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
Decimal22018316100.170.270.1422.3745.7474.71
HexDCB7A10111BE162e4b
Octal33426724102133162656113
Binary110111001011011110100001010001110111110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7A1; }

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

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

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

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

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

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

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

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