#DCBBA5

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

Shades of Just Right #DCBBA5

Tints of Just Right #DCBBA5

Color information

#DCBBA5 (or 0xDCBBA5) is unknown color: approx Just Right. HEX triplet: DC, BB and A5. RGB value is (220,187,165). Sum of RGB (Red+Green+Blue) = 220+187+165=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA5 is #23445A. Grayscale: #C2C2C2. Windows color (decimal): -2311259 or 10861532. OLE color: 10861532.

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

Color convert

RGB220187165-
CMYK00.150.250.14
HSL24º44%75.49%-
HSV(B)24º25%86.27%-
XYZ54.0853.4743.07-
YUV194.36111.43146.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=38.46%
G=32.69%
B=28.85%

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
Decimal22018716500.150.250.14244475.49
HexDCBBA50F19E182c4b
Octal33427324501731163054113
Binary11011100101110111010010101111110011110110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBA5; }

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

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

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

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

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

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

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

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