#DCBBA3

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

Shades of Just Right #DCBBA3

Tints of Just Right #DCBBA3

Color information

#DCBBA3 (or 0xDCBBA3) is unknown color: approx Just Right. HEX triplet: DC, BB and A3. RGB value is (220,187,163). Sum of RGB (Red+Green+Blue) = 220+187+163=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA3 is #23445C. Grayscale: #C2C2C2. Windows color (decimal): -2311261 or 10730460. OLE color: 10730460.

HSL color Cylindrical-coordinate representation of color #DCBBA3: hue angle of 25.26º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBBA3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220187163-
CMYK00.150.260.14
HSL25.26º44.88%75.1%-
HSV(B)25.26º25.91%86.27%-
XYZ53.953.442.12-
YUV194.13110.43146.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=38.60%
G=32.81%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018716300.150.260.1425.2644.8875.1
HexDCBBA30F1AE192d4b
Octal33427324301732163155113
Binary11011100101110111010001101111110101110110011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA3; }

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

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

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

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

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

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

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

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