Shades of Just Right #DABDAA
Tints of Just Right #DABDAA
RGB
CMYK
RGB Variations
Color information
#DABDAA (or 0xDABDAA) is known color: Just Right. HEX triplet: DA, BD and AA. RGB value is (218,189,170). Sum of RGB (Red+Green+Blue) = 218+189+170=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAA is #254255. Grayscale: #C3C3C3. Windows color (decimal): -2441814 or 11189722. OLE color: 11189722.
HSL color Cylindrical-coordinate representation of color #DABDAA: hue angle of 23.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABDAA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 170 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.15 |
| HSL | 23.75º | 0.39% | 0.76% | - |
| HSV(B) | 23.75º | 0.22% | 0.85% | - |
| XYZ | 54.37 | 54.2 | 45.63 | - |
| YUV | 195.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 170 | 0 | 0.13 | 0.22 | 0.15 | 23.75 | 0.39 | 0.76 |
| Hex | DA | BD | AA | 0 | D | 16 | F | 18 | 27 | 4C |
| Octal | 332 | 275 | 252 | 0 | 15 | 26 | 17 | 30 | 47 | 114 |
| Binary | 11011010 | 10111101 | 10101010 | 0 | 1101 | 10110 | 1111 | 11000 | 100111 | 1001100 |
Color Harmonies of #DABDAA
Complementary color
Monochromatic Colors of #DABDAA
Black with #DABDAA
Text Example
Text Example
White with #DABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDAA; }
p { color: rgb(218,189,170); }
H1.HeaderClassName
{
color: #DABDAA;
}
.AnyTagClassName
{
color: #DABDAA;
}
</style>
background-color css
<style>
a { background-color: #DABDAA; }
a { background-color: rgb(218,189,170); }
div.DivClassName
{
background-color: #DABDAA;
}
.BgClassName
{
background-color: #DABDAA;
}
</style>
border-color css
<style>
span { border-color: #DABDAA; }
span { border-color: rgb(218,189,170); }
td.TdClassName
{
border-color: #DABDAA;
}
.TagClassName
{
border-color: #DABDAA;
}
</style>