#DCBBA1

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

Shades of Just Right #DCBBA1

Tints of Just Right #DCBBA1

Color information

#DCBBA1 (or 0xDCBBA1) is unknown color: approx Just Right. HEX triplet: DC, BB and A1. RGB value is (220,187,161). Sum of RGB (Red+Green+Blue) = 220+187+161=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA1 is #23445E. Grayscale: #C2C2C2. Windows color (decimal): -2311263 or 10599388. OLE color: 10599388.

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

Color convert

RGB220187161-
CMYK00.150.270.14
HSL26.44º45.74%74.71%-
HSV(B)26.44º26.82%86.27%-
XYZ53.7253.3341.18-
YUV193.9109.43146.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=38.73%
G=32.92%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018716100.150.270.1426.4445.7474.71
HexDCBBA10F1BE1a2e4b
Octal33427324101733163256113
Binary11011100101110111010000101111110111110110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA1; }

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

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

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

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

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

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

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

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