Shades of Just Right #DCC2AE
Tints of Just Right #DCC2AE
RGB
CMYK
RGB Variations
Color information
#DCC2AE (or 0xDCC2AE) is known color: Just Right. HEX triplet: DC, C2 and AE. RGB value is (220,194,174). Sum of RGB (Red+Green+Blue) = 220+194+174=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AE is #233D51. Grayscale: #C7C7C7. Windows color (decimal): -2309458 or 11453148. OLE color: 11453148.
HSL color Cylindrical-coordinate representation of color #DCC2AE: hue angle of 26.09º 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 #DCC2AE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 174 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.14 |
| HSL | 26.09º | 0.4% | 0.77% | - |
| HSV(B) | 26.09º | 0.21% | 0.86% | - |
| XYZ | 56.45 | 56.86 | 48.04 | - |
| YUV | 199.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 174 | 0 | 0.12 | 0.21 | 0.14 | 26.09 | 0.4 | 0.77 |
| Hex | DC | C2 | AE | 0 | C | 15 | E | 1A | 28 | 4D |
| Octal | 334 | 302 | 256 | 0 | 14 | 25 | 16 | 32 | 50 | 115 |
| Binary | 11011100 | 11000010 | 10101110 | 0 | 1100 | 10101 | 1110 | 11010 | 101000 | 1001101 |
Color Harmonies of #DCC2AE
Complementary color
Monochromatic Colors of #DCC2AE
Black with #DCC2AE
Text Example
Text Example
White with #DCC2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2AE; }
p { color: rgb(220,194,174); }
H1.HeaderClassName
{
color: #DCC2AE;
}
.AnyTagClassName
{
color: #DCC2AE;
}
</style>
background-color css
<style>
a { background-color: #DCC2AE; }
a { background-color: rgb(220,194,174); }
div.DivClassName
{
background-color: #DCC2AE;
}
.BgClassName
{
background-color: #DCC2AE;
}
</style>
border-color css
<style>
span { border-color: #DCC2AE; }
span { border-color: rgb(220,194,174); }
td.TdClassName
{
border-color: #DCC2AE;
}
.TagClassName
{
border-color: #DCC2AE;
}
</style>