Shades of Just Right #D9BEAC
Tints of Just Right #D9BEAC
RGB
CMYK
RGB Variations
Color information
#D9BEAC (or 0xD9BEAC) is known color: Just Right. HEX triplet: D9, BE and AC. RGB value is (217,190,172). Sum of RGB (Red+Green+Blue) = 217+190+172=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BEAC is #264153. Grayscale: #C4C4C4. Windows color (decimal): -2507092 or 11321049. OLE color: 11321049.
HSL color Cylindrical-coordinate representation of color #D9BEAC: hue angle of 24º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BEAC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 190 | 172 | - |
CMYK | 0 | 0.12 | 0.21 | 0.15 |
HSL | 24º | 0.37% | 0.76% | - |
HSV(B) | 24º | 0.21% | 0.85% | - |
XYZ | 54.48 | 54.56 | 46.69 | - |
YUV | 196.02 | 114.45 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 190 | 172 | 0 | 0.12 | 0.21 | 0.15 | 24 | 0.37 | 0.76 |
Hex | D9 | BE | AC | 0 | C | 15 | F | 18 | 25 | 4C |
Octal | 331 | 276 | 254 | 0 | 14 | 25 | 17 | 30 | 45 | 114 |
Binary | 11011001 | 10111110 | 10101100 | 0 | 1100 | 10101 | 1111 | 11000 | 100101 | 1001100 |
Color Harmonies of #D9BEAC
Complementary color
Monochromatic Colors of #D9BEAC
Black with #D9BEAC
Text Example
Text Example
White with #D9BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEAC; }
p { color: rgb(217,190,172); }
H1.HeaderClassName
{
color: #D9BEAC;
}
.AnyTagClassName
{
color: #D9BEAC;
}
</style>
background-color css
<style>
a { background-color: #D9BEAC; }
a { background-color: rgb(217,190,172); }
div.DivClassName
{
background-color: #D9BEAC;
}
.BgClassName
{
background-color: #D9BEAC;
}
</style>
border-color css
<style>
span { border-color: #D9BEAC; }
span { border-color: rgb(217,190,172); }
td.TdClassName
{
border-color: #D9BEAC;
}
.TagClassName
{
border-color: #D9BEAC;
}
</style>