Shades of Just Right #DCC2AF
Tints of Just Right #DCC2AF
RGB
CMYK
RGB Variations
Color information
#DCC2AF (or 0xDCC2AF) is known color: Just Right. HEX triplet: DC, C2 and AF. RGB value is (220,194,175). Sum of RGB (Red+Green+Blue) = 220+194+175=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AF is #233D50. Grayscale: #C7C7C7. Windows color (decimal): -2309457 or 11518684. OLE color: 11518684.
HSL color Cylindrical-coordinate representation of color #DCC2AF: hue angle of 25.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC2AF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 175 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.14 |
| HSL | 25.33º | 0.39% | 0.77% | - |
| HSV(B) | 25.33º | 0.2% | 0.86% | - |
| XYZ | 56.54 | 56.89 | 48.56 | - |
| YUV | 199.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 175 | 0 | 0.12 | 0.20 | 0.14 | 25.33 | 0.39 | 0.77 |
| Hex | DC | C2 | AF | 0 | C | 14 | E | 19 | 27 | 4D |
| Octal | 334 | 302 | 257 | 0 | 14 | 24 | 16 | 31 | 47 | 115 |
| Binary | 11011100 | 11000010 | 10101111 | 0 | 1100 | 10100 | 1110 | 11001 | 100111 | 1001101 |
Color Harmonies of #DCC2AF
Complementary color
Monochromatic Colors of #DCC2AF
Black with #DCC2AF
Text Example
Text Example
White with #DCC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2AF; }
p { color: rgb(220,194,175); }
H1.HeaderClassName
{
color: #DCC2AF;
}
.AnyTagClassName
{
color: #DCC2AF;
}
</style>
background-color css
<style>
a { background-color: #DCC2AF; }
a { background-color: rgb(220,194,175); }
div.DivClassName
{
background-color: #DCC2AF;
}
.BgClassName
{
background-color: #DCC2AF;
}
</style>
border-color css
<style>
span { border-color: #DCC2AF; }
span { border-color: rgb(220,194,175); }
td.TdClassName
{
border-color: #DCC2AF;
}
.TagClassName
{
border-color: #DCC2AF;
}
</style>