Shades of Just Right #DCC0AE
Tints of Just Right #DCC0AE
RGB
CMYK
RGB Variations
Color information
#DCC0AE (or 0xDCC0AE) is known color: Just Right. HEX triplet: DC, C0 and AE. RGB value is (220,192,174). Sum of RGB (Red+Green+Blue) = 220+192+174=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AE is #233F51. Grayscale: #C6C6C6. Windows color (decimal): -2309970 or 11452636. OLE color: 11452636.
HSL color Cylindrical-coordinate representation of color #DCC0AE: hue angle of 23.48º 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 #DCC0AE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 174 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.14 |
| HSL | 23.48º | 0.4% | 0.77% | - |
| HSV(B) | 23.48º | 0.21% | 0.86% | - |
| XYZ | 56 | 55.97 | 47.9 | - |
| YUV | 198.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 174 | 0 | 0.13 | 0.21 | 0.14 | 23.48 | 0.4 | 0.77 |
| Hex | DC | C0 | AE | 0 | D | 15 | E | 17 | 28 | 4D |
| Octal | 334 | 300 | 256 | 0 | 15 | 25 | 16 | 27 | 50 | 115 |
| Binary | 11011100 | 11000000 | 10101110 | 0 | 1101 | 10101 | 1110 | 10111 | 101000 | 1001101 |
Color Harmonies of #DCC0AE
Complementary color
Monochromatic Colors of #DCC0AE
Black with #DCC0AE
Text Example
Text Example
White with #DCC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0AE; }
p { color: rgb(220,192,174); }
H1.HeaderClassName
{
color: #DCC0AE;
}
.AnyTagClassName
{
color: #DCC0AE;
}
</style>
background-color css
<style>
a { background-color: #DCC0AE; }
a { background-color: rgb(220,192,174); }
div.DivClassName
{
background-color: #DCC0AE;
}
.BgClassName
{
background-color: #DCC0AE;
}
</style>
border-color css
<style>
span { border-color: #DCC0AE; }
span { border-color: rgb(220,192,174); }
td.TdClassName
{
border-color: #DCC0AE;
}
.TagClassName
{
border-color: #DCC0AE;
}
</style>