Shades of Just Right #D8C0AF
Tints of Just Right #D8C0AF
RGB
CMYK
RGB Variations
Color information
#D8C0AF (or 0xD8C0AF) is known color: Just Right. HEX triplet: D8, C0 and AF. RGB value is (216,192,175). Sum of RGB (Red+Green+Blue) = 216+192+175=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0AF is #273F50. Grayscale: #C5C5C5. Windows color (decimal): -2572113 or 11518168. OLE color: 11518168.
HSL color Cylindrical-coordinate representation of color #D8C0AF: hue angle of 24.88º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C0AF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 175 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.15 |
| HSL | 24.88º | 0.34% | 0.77% | - |
| HSV(B) | 24.88º | 0.19% | 0.85% | - |
| XYZ | 54.91 | 55.39 | 48.36 | - |
| YUV | 197.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 175 | 0 | 0.11 | 0.19 | 0.15 | 24.88 | 0.34 | 0.77 |
| Hex | D8 | C0 | AF | 0 | B | 13 | F | 19 | 22 | 4D |
| Octal | 330 | 300 | 257 | 0 | 13 | 23 | 17 | 31 | 42 | 115 |
| Binary | 11011000 | 11000000 | 10101111 | 0 | 1011 | 10011 | 1111 | 11001 | 100010 | 1001101 |
Color Harmonies of #D8C0AF
Complementary color
Monochromatic Colors of #D8C0AF
Black with #D8C0AF
Text Example
Text Example
White with #D8C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0AF; }
p { color: rgb(216,192,175); }
H1.HeaderClassName
{
color: #D8C0AF;
}
.AnyTagClassName
{
color: #D8C0AF;
}
</style>
background-color css
<style>
a { background-color: #D8C0AF; }
a { background-color: rgb(216,192,175); }
div.DivClassName
{
background-color: #D8C0AF;
}
.BgClassName
{
background-color: #D8C0AF;
}
</style>
border-color css
<style>
span { border-color: #D8C0AF; }
span { border-color: rgb(216,192,175); }
td.TdClassName
{
border-color: #D8C0AF;
}
.TagClassName
{
border-color: #D8C0AF;
}
</style>