#DCBCA5

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

Shades of Just Right #DCBCA5

Tints of Just Right #DCBCA5

Color information

#DCBCA5 (or 0xDCBCA5) is unknown color: approx Just Right. HEX triplet: DC, BC and A5. RGB value is (220,188,165). Sum of RGB (Red+Green+Blue) = 220+188+165=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA5 is #23435A. Grayscale: #C3C3C3. Windows color (decimal): -2311003 or 10861788. OLE color: 10861788.

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

Color convert

RGB220188165-
CMYK00.150.250.14
HSL25.09º44%75.49%-
HSV(B)25.09º25%86.27%-
XYZ54.2953.943.14-
YUV194.95111.1145.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=38.39%
G=32.81%
B=28.80%

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
Decimal22018816500.150.250.1425.094475.49
HexDCBCA50F19E192c4b
Octal33427424501731163154113
Binary11011100101111001010010101111110011110110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA5; }

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

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

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

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

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

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

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

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