#DCBCA6

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

Shades of Just Right #DCBCA6

Tints of Just Right #DCBCA6

Color information

#DCBCA6 (or 0xDCBCA6) is unknown color: approx Just Right. HEX triplet: DC, BC and A6. RGB value is (220,188,166). Sum of RGB (Red+Green+Blue) = 220+188+166=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA6 is #234359. Grayscale: #C3C3C3. Windows color (decimal): -2311002 or 10927324. OLE color: 10927324.

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

Color convert

RGB220188166-
CMYK00.150.250.14
HSL24.44º43.55%75.69%-
HSV(B)24.44º24.55%86.27%-
XYZ54.3853.9443.62-
YUV195.06111.6145.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=38.33%
G=32.75%
B=28.92%

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
Decimal22018816600.150.250.1424.4443.5575.69
HexDCBCA60F19E182c4c
Octal33427424601731163054114
Binary11011100101111001010011001111110011110110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA6; }

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

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

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

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

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

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

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

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