Shades of Just Right #D6C0AF
Tints of Just Right #D6C0AF
RGB
CMYK
RGB Variations
Color information
#D6C0AF (or 0xD6C0AF) is known color: Just Right. HEX triplet: D6, C0 and AF. RGB value is (214,192,175). Sum of RGB (Red+Green+Blue) = 214+192+175=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0AF is #293F50. Grayscale: #C4C4C4. Windows color (decimal): -2703185 or 11518166. OLE color: 11518166.
HSL color Cylindrical-coordinate representation of color #D6C0AF: hue angle of 26.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6C0AF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 175 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.16 |
| HSL | 26.15º | 0.32% | 0.76% | - |
| HSV(B) | 26.15º | 0.18% | 0.84% | - |
| XYZ | 54.32 | 55.09 | 48.33 | - |
| YUV | 196.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 175 | 0 | 0.10 | 0.18 | 0.16 | 26.15 | 0.32 | 0.76 |
| Hex | D6 | C0 | AF | 0 | A | 12 | 10 | 1A | 20 | 4C |
| Octal | 326 | 300 | 257 | 0 | 12 | 22 | 20 | 32 | 40 | 114 |
| Binary | 11010110 | 11000000 | 10101111 | 0 | 1010 | 10010 | 10000 | 11010 | 100000 | 1001100 |
Color Harmonies of #D6C0AF
Complementary color
Monochromatic Colors of #D6C0AF
Black with #D6C0AF
Text Example
Text Example
White with #D6C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0AF; }
p { color: rgb(214,192,175); }
H1.HeaderClassName
{
color: #D6C0AF;
}
.AnyTagClassName
{
color: #D6C0AF;
}
</style>
background-color css
<style>
a { background-color: #D6C0AF; }
a { background-color: rgb(214,192,175); }
div.DivClassName
{
background-color: #D6C0AF;
}
.BgClassName
{
background-color: #D6C0AF;
}
</style>
border-color css
<style>
span { border-color: #D6C0AF; }
span { border-color: rgb(214,192,175); }
td.TdClassName
{
border-color: #D6C0AF;
}
.TagClassName
{
border-color: #D6C0AF;
}
</style>