#DCBBA6

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

Shades of Just Right #DCBBA6

Tints of Just Right #DCBBA6

Color information

#DCBBA6 (or 0xDCBBA6) is unknown color: approx Just Right. HEX triplet: DC, BB and A6. RGB value is (220,187,166). Sum of RGB (Red+Green+Blue) = 220+187+166=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA6 is #234459. Grayscale: #C2C2C2. Windows color (decimal): -2311258 or 10927068. OLE color: 10927068.

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

Color convert

RGB220187166-
CMYK00.150.250.14
HSL23.33º43.55%75.69%-
HSV(B)23.33º24.55%86.27%-
XYZ54.1753.5143.55-
YUV194.47111.93146.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 166 (65.23% from 255) = 28.97%
R=38.39%
G=32.64%
B=28.97%

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
Decimal22018716600.150.250.1423.3343.5575.69
HexDCBBA60F19E172c4c
Octal33427324601731162754114
Binary11011100101110111010011001111110011110101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA6; }

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

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

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

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

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

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

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

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