Shades of Just Right #D6BEAD
Tints of Just Right #D6BEAD
RGB
CMYK
RGB Variations
Color information
#D6BEAD (or 0xD6BEAD) is known color: Just Right. HEX triplet: D6, BE and AD. RGB value is (214,190,173). Sum of RGB (Red+Green+Blue) = 214+190+173=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAD is #294152. Grayscale: #C3C3C3. Windows color (decimal): -2703699 or 11386582. OLE color: 11386582.
HSL color Cylindrical-coordinate representation of color #D6BEAD: hue angle of 24.88º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6BEAD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 173 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.16 |
| HSL | 24.88º | 0.33% | 0.76% | - |
| HSV(B) | 24.88º | 0.19% | 0.84% | - |
| XYZ | 53.69 | 54.14 | 47.16 | - |
| YUV | 195.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 173 | 0 | 0.11 | 0.19 | 0.16 | 24.88 | 0.33 | 0.76 |
| Hex | D6 | BE | AD | 0 | B | 13 | 10 | 19 | 21 | 4C |
| Octal | 326 | 276 | 255 | 0 | 13 | 23 | 20 | 31 | 41 | 114 |
| Binary | 11010110 | 10111110 | 10101101 | 0 | 1011 | 10011 | 10000 | 11001 | 100001 | 1001100 |
Color Harmonies of #D6BEAD
Complementary color
Monochromatic Colors of #D6BEAD
Black with #D6BEAD
Text Example
Text Example
White with #D6BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEAD; }
p { color: rgb(214,190,173); }
H1.HeaderClassName
{
color: #D6BEAD;
}
.AnyTagClassName
{
color: #D6BEAD;
}
</style>
background-color css
<style>
a { background-color: #D6BEAD; }
a { background-color: rgb(214,190,173); }
div.DivClassName
{
background-color: #D6BEAD;
}
.BgClassName
{
background-color: #D6BEAD;
}
</style>
border-color css
<style>
span { border-color: #D6BEAD; }
span { border-color: rgb(214,190,173); }
td.TdClassName
{
border-color: #D6BEAD;
}
.TagClassName
{
border-color: #D6BEAD;
}
</style>