#DCBCAD

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

Shades of Just Right #DCBCAD

Tints of Just Right #DCBCAD

Color information

#DCBCAD (or 0xDCBCAD) is unknown color: approx Just Right. HEX triplet: DC, BC and AD. RGB value is (220,188,173). Sum of RGB (Red+Green+Blue) = 220+188+173=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCAD is #234352. Grayscale: #C3C3C3. Windows color (decimal): -2310995 or 11386076. OLE color: 11386076.

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

Color convert

RGB220188173-
CMYK00.150.210.14
HSL19.15º40.17%77.06%-
HSV(B)19.15º21.36%86.27%-
XYZ55.0454.247.1-
YUV195.86115.1145.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=37.87%
G=32.36%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018817300.150.210.1419.1540.1777.06
HexDCBCAD0F15E13284d
Octal33427425501725162350115
Binary11011100101111001010110101111101011110100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCAD; }

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

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

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

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

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

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

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

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