#DCBEAB

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

Shades of Just Right #DCBEAB

Tints of Just Right #DCBEAB

Color information

#DCBEAB (or 0xDCBEAB) is unknown color: approx Just Right. HEX triplet: DC, BE and AB. RGB value is (220,190,171). Sum of RGB (Red+Green+Blue) = 220+190+171=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAB is #234154. Grayscale: #C4C4C4. Windows color (decimal): -2310485 or 11255516. OLE color: 11255516.

HSL color Cylindrical-coordinate representation of color #DCBEAB: hue angle of 23.27º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBEAB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220190171-
CMYK00.140.220.14
HSL23.27º41.18%76.67%-
HSV(B)23.27º22.27%86.27%-
XYZ55.2854.9846.23-
YUV196.8113.44144.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=37.87%
G=32.70%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019017100.140.220.1423.2741.1876.67
HexDCBEAB0E16E17294d
Octal33427625301626162751115
Binary11011100101111101010101101110101101110101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEAB; }

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

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

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

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

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

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

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

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