#DCBDA6

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

Shades of Just Right #DCBDA6

Tints of Just Right #DCBDA6

Color information

#DCBDA6 (or 0xDCBDA6) is unknown color: approx Just Right. HEX triplet: DC, BD and A6. RGB value is (220,189,166). Sum of RGB (Red+Green+Blue) = 220+189+166=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA6 is #234259. Grayscale: #C3C3C3. Windows color (decimal): -2310746 or 10927580. OLE color: 10927580.

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

Color convert

RGB220189166-
CMYK00.140.250.14
HSL25.56º43.55%75.69%-
HSV(B)25.56º24.55%86.27%-
XYZ54.654.3643.69-
YUV195.65111.27145.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=38.26%
G=32.87%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018916600.140.250.1425.5643.5575.69
HexDCBDA60E19E1a2c4c
Octal33427524601631163254114
Binary11011100101111011010011001110110011110110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDA6; }

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

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

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

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

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

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

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

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