Shades of Just Right #D0BAAA
Tints of Just Right #D0BAAA
RGB
CMYK
RGB Variations
Color information
#D0BAAA (or 0xD0BAAA) is known color: Just Right. HEX triplet: D0, BA and AA. RGB value is (208,186,170). Sum of RGB (Red+Green+Blue) = 208+186+170=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAAA is #2F4555. Grayscale: #BEBEBE. Windows color (decimal): -3097942 or 11188944. OLE color: 11188944.
HSL color Cylindrical-coordinate representation of color #D0BAAA: hue angle of 25.26º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BAAA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 170 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.18 |
| HSL | 25.26º | 0.29% | 0.74% | - |
| HSV(B) | 25.26º | 0.18% | 0.82% | - |
| XYZ | 50.83 | 51.43 | 45.28 | - |
| YUV | 190.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 170 | 0 | 0.11 | 0.18 | 0.18 | 25.26 | 0.29 | 0.74 |
| Hex | D0 | BA | AA | 0 | B | 12 | 12 | 19 | 1D | 4A |
| Octal | 320 | 272 | 252 | 0 | 13 | 22 | 22 | 31 | 35 | 112 |
| Binary | 11010000 | 10111010 | 10101010 | 0 | 1011 | 10010 | 10010 | 11001 | 11101 | 1001010 |
Color Harmonies of #D0BAAA
Complementary color
Monochromatic Colors of #D0BAAA
Black with #D0BAAA
Text Example
Text Example
White with #D0BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAAA; }
p { color: rgb(208,186,170); }
H1.HeaderClassName
{
color: #D0BAAA;
}
.AnyTagClassName
{
color: #D0BAAA;
}
</style>
background-color css
<style>
a { background-color: #D0BAAA; }
a { background-color: rgb(208,186,170); }
div.DivClassName
{
background-color: #D0BAAA;
}
.BgClassName
{
background-color: #D0BAAA;
}
</style>
border-color css
<style>
span { border-color: #D0BAAA; }
span { border-color: rgb(208,186,170); }
td.TdClassName
{
border-color: #D0BAAA;
}
.TagClassName
{
border-color: #D0BAAA;
}
</style>