#DCBCA8

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

Shades of Just Right #DCBCA8

Tints of Just Right #DCBCA8

Color information

#DCBCA8 (or 0xDCBCA8) is unknown color: approx Just Right. HEX triplet: DC, BC and A8. RGB value is (220,188,168). Sum of RGB (Red+Green+Blue) = 220+188+168=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA8 is #234357. Grayscale: #C3C3C3. Windows color (decimal): -2311000 or 11058396. OLE color: 11058396.

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

Color convert

RGB220188168-
CMYK00.150.240.14
HSL23.08º42.62%76.08%-
HSV(B)23.08º23.64%86.27%-
XYZ54.5754.0144.59-
YUV195.29112.6145.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=38.19%
G=32.64%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018816800.150.240.1423.0842.6276.08
HexDCBCA80F18E172b4c
Octal33427425001730162753114
Binary11011100101111001010100001111110001110101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA8; }

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

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

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

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

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

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

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

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