#DCBBA9

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

Shades of Just Right #DCBBA9

Tints of Just Right #DCBBA9

Color information

#DCBBA9 (or 0xDCBBA9) is unknown color: approx Just Right. HEX triplet: DC, BB and A9. RGB value is (220,187,169). Sum of RGB (Red+Green+Blue) = 220+187+169=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA9 is #234456. Grayscale: #C2C2C2. Windows color (decimal): -2311255 or 11123676. OLE color: 11123676.

HSL color Cylindrical-coordinate representation of color #DCBBA9: hue angle of 21.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBBA9 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220187169-
CMYK00.150.230.14
HSL21.18º42.15%76.27%-
HSV(B)21.18º23.18%86.27%-
XYZ54.4553.6245.02-
YUV194.81113.43145.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=38.19%
G=32.47%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018716900.150.230.1421.1842.1576.27
HexDCBBA90F17E152a4c
Octal33427325101727162552114
Binary11011100101110111010100101111101111110101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA9; }

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

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

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

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

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

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

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

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