#DCBDA9

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

Shades of Just Right #DCBDA9

Tints of Just Right #DCBDA9

Color information

#DCBDA9 (or 0xDCBDA9) is unknown color: approx Just Right. HEX triplet: DC, BD and A9. RGB value is (220,189,169). Sum of RGB (Red+Green+Blue) = 220+189+169=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA9 is #234256. Grayscale: #C4C4C4. Windows color (decimal): -2310743 or 11124188. OLE color: 11124188.

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

Color convert

RGB220189169-
CMYK00.140.230.14
HSL23.53º42.15%76.27%-
HSV(B)23.53º23.18%86.27%-
XYZ54.8754.4845.16-
YUV195.99112.77145.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=38.06%
G=32.70%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018916900.140.230.1423.5342.1576.27
HexDCBDA90E17E182a4c
Octal33427525101627163052114
Binary11011100101111011010100101110101111110110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDA9; }

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

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

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

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

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

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

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

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