Shades of Just Right #D8C0AE
Tints of Just Right #D8C0AE
RGB
CMYK
RGB Variations
Color information
#D8C0AE (or 0xD8C0AE) is known color: Just Right. HEX triplet: D8, C0 and AE. RGB value is (216,192,174). Sum of RGB (Red+Green+Blue) = 216+192+174=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0AE is #273F51. Grayscale: #C5C5C5. Windows color (decimal): -2572114 or 11452632. OLE color: 11452632.
HSL color Cylindrical-coordinate representation of color #D8C0AE: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C0AE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 174 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.15 |
| HSL | 25.71º | 0.35% | 0.76% | - |
| HSV(B) | 25.71º | 0.19% | 0.85% | - |
| XYZ | 54.81 | 55.35 | 47.84 | - |
| YUV | 197.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 174 | 0 | 0.11 | 0.19 | 0.15 | 25.71 | 0.35 | 0.76 |
| Hex | D8 | C0 | AE | 0 | B | 13 | F | 1A | 23 | 4C |
| Octal | 330 | 300 | 256 | 0 | 13 | 23 | 17 | 32 | 43 | 114 |
| Binary | 11011000 | 11000000 | 10101110 | 0 | 1011 | 10011 | 1111 | 11010 | 100011 | 1001100 |
Color Harmonies of #D8C0AE
Complementary color
Monochromatic Colors of #D8C0AE
Black with #D8C0AE
Text Example
Text Example
White with #D8C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0AE; }
p { color: rgb(216,192,174); }
H1.HeaderClassName
{
color: #D8C0AE;
}
.AnyTagClassName
{
color: #D8C0AE;
}
</style>
background-color css
<style>
a { background-color: #D8C0AE; }
a { background-color: rgb(216,192,174); }
div.DivClassName
{
background-color: #D8C0AE;
}
.BgClassName
{
background-color: #D8C0AE;
}
</style>
border-color css
<style>
span { border-color: #D8C0AE; }
span { border-color: rgb(216,192,174); }
td.TdClassName
{
border-color: #D8C0AE;
}
.TagClassName
{
border-color: #D8C0AE;
}
</style>