Shades of Just Right #DCBEAD
Tints of Just Right #DCBEAD
RGB
CMYK
RGB Variations
Color information
#DCBEAD (or 0xDCBEAD) is known color: Just Right. HEX triplet: DC, BE and AD. RGB value is (220,190,173). Sum of RGB (Red+Green+Blue) = 220+190+173=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAD is #234152. Grayscale: #C5C5C5. Windows color (decimal): -2310483 or 11386588. OLE color: 11386588.
HSL color Cylindrical-coordinate representation of color #DCBEAD: hue angle of 21.7º 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 #DCBEAD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 173 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.14 |
| HSL | 21.7º | 0.4% | 0.77% | - |
| HSV(B) | 21.7º | 0.21% | 0.86% | - |
| XYZ | 55.47 | 55.06 | 47.24 | - |
| YUV | 197.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 173 | 0 | 0.14 | 0.21 | 0.14 | 21.7 | 0.4 | 0.77 |
| Hex | DC | BE | AD | 0 | E | 15 | E | 16 | 28 | 4D |
| Octal | 334 | 276 | 255 | 0 | 16 | 25 | 16 | 26 | 50 | 115 |
| Binary | 11011100 | 10111110 | 10101101 | 0 | 1110 | 10101 | 1110 | 10110 | 101000 | 1001101 |
Color Harmonies of #DCBEAD
Complementary color
Monochromatic Colors of #DCBEAD
Black with #DCBEAD
Text Example
Text Example
White with #DCBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEAD; }
p { color: rgb(220,190,173); }
H1.HeaderClassName
{
color: #DCBEAD;
}
.AnyTagClassName
{
color: #DCBEAD;
}
</style>
background-color css
<style>
a { background-color: #DCBEAD; }
a { background-color: rgb(220,190,173); }
div.DivClassName
{
background-color: #DCBEAD;
}
.BgClassName
{
background-color: #DCBEAD;
}
</style>
border-color css
<style>
span { border-color: #DCBEAD; }
span { border-color: rgb(220,190,173); }
td.TdClassName
{
border-color: #DCBEAD;
}
.TagClassName
{
border-color: #DCBEAD;
}
</style>