Shades of Just Right #DABBA5
Tints of Just Right #DABBA5
RGB
CMYK
RGB Variations
Color information
#DABBA5 (or 0xDABBA5) is known color: Just Right. HEX triplet: DA, BB and A5. RGB value is (218,187,165). Sum of RGB (Red+Green+Blue) = 218+187+165=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA5 is #25445A. Grayscale: #C1C1C1. Windows color (decimal): -2442331 or 10861530. OLE color: 10861530.
HSL color Cylindrical-coordinate representation of color #DABBA5: hue angle of 24.91º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABBA5 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 165 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.15 |
| HSL | 24.91º | 0.42% | 0.75% | - |
| HSV(B) | 24.91º | 0.24% | 0.85% | - |
| XYZ | 53.48 | 53.16 | 43.04 | - |
| YUV | 193.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 165 | 0 | 0.14 | 0.24 | 0.15 | 24.91 | 0.42 | 0.75 |
| Hex | DA | BB | A5 | 0 | E | 18 | F | 19 | 2A | 4B |
| Octal | 332 | 273 | 245 | 0 | 16 | 30 | 17 | 31 | 52 | 113 |
| Binary | 11011010 | 10111011 | 10100101 | 0 | 1110 | 11000 | 1111 | 11001 | 101010 | 1001011 |
Color Harmonies of #DABBA5
Complementary color
Monochromatic Colors of #DABBA5
Black with #DABBA5
Text Example
Text Example
White with #DABBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA5; }
p { color: rgb(218,187,165); }
H1.HeaderClassName
{
color: #DABBA5;
}
.AnyTagClassName
{
color: #DABBA5;
}
</style>
background-color css
<style>
a { background-color: #DABBA5; }
a { background-color: rgb(218,187,165); }
div.DivClassName
{
background-color: #DABBA5;
}
.BgClassName
{
background-color: #DABBA5;
}
</style>
border-color css
<style>
span { border-color: #DABBA5; }
span { border-color: rgb(218,187,165); }
td.TdClassName
{
border-color: #DABBA5;
}
.TagClassName
{
border-color: #DABBA5;
}
</style>