Shades of Just Right #D9C1AF
Tints of Just Right #D9C1AF
RGB
CMYK
RGB Variations
Color information
#D9C1AF (or 0xD9C1AF) is known color: Just Right. HEX triplet: D9, C1 and AF. RGB value is (217,193,175). Sum of RGB (Red+Green+Blue) = 217+193+175=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1AF is #263E50. Grayscale: #C6C6C6. Windows color (decimal): -2506321 or 11518425. OLE color: 11518425.
HSL color Cylindrical-coordinate representation of color #D9C1AF: hue angle of 25.71º degrees, saturation: 0.36, 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 #D9C1AF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 175 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.15 |
| HSL | 25.71º | 0.36% | 0.77% | - |
| HSV(B) | 25.71º | 0.19% | 0.85% | - |
| XYZ | 55.42 | 55.99 | 48.44 | - |
| YUV | 198.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 175 | 0 | 0.11 | 0.19 | 0.15 | 25.71 | 0.36 | 0.77 |
| Hex | D9 | C1 | AF | 0 | B | 13 | F | 1A | 24 | 4D |
| Octal | 331 | 301 | 257 | 0 | 13 | 23 | 17 | 32 | 44 | 115 |
| Binary | 11011001 | 11000001 | 10101111 | 0 | 1011 | 10011 | 1111 | 11010 | 100100 | 1001101 |
Color Harmonies of #D9C1AF
Complementary color
Monochromatic Colors of #D9C1AF
Black with #D9C1AF
Text Example
Text Example
White with #D9C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1AF; }
p { color: rgb(217,193,175); }
H1.HeaderClassName
{
color: #D9C1AF;
}
.AnyTagClassName
{
color: #D9C1AF;
}
</style>
background-color css
<style>
a { background-color: #D9C1AF; }
a { background-color: rgb(217,193,175); }
div.DivClassName
{
background-color: #D9C1AF;
}
.BgClassName
{
background-color: #D9C1AF;
}
</style>
border-color css
<style>
span { border-color: #D9C1AF; }
span { border-color: rgb(217,193,175); }
td.TdClassName
{
border-color: #D9C1AF;
}
.TagClassName
{
border-color: #D9C1AF;
}
</style>