#DCBAA6

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

Shades of Just Right #DCBAA6

Tints of Just Right #DCBAA6

Color information

#DCBAA6 (or 0xDCBAA6) is unknown color: approx Just Right. HEX triplet: DC, BA and A6. RGB value is (220,186,166). Sum of RGB (Red+Green+Blue) = 220+186+166=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA6 is #234559. Grayscale: #C2C2C2. Windows color (decimal): -2311514 or 10926812. OLE color: 10926812.

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

Color convert

RGB220186166-
CMYK00.150.250.14
HSL22.22º43.55%75.69%-
HSV(B)22.22º24.55%86.27%-
XYZ53.9653.0943.48-
YUV193.89112.26146.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=38.46%
G=32.52%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018616600.150.250.1422.2243.5575.69
HexDCBAA60F19E162c4c
Octal33427224601731162654114
Binary11011100101110101010011001111110011110101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAA6; }

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

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

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

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

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

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

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

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