Shades of Just Right #DABBA7
Tints of Just Right #DABBA7
RGB
CMYK
RGB Variations
Color information
#DABBA7 (or 0xDABBA7) is known color: Just Right. HEX triplet: DA, BB and A7. RGB value is (218,187,167). Sum of RGB (Red+Green+Blue) = 218+187+167=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA7 is #254458. Grayscale: #C2C2C2. Windows color (decimal): -2442329 or 10992602. OLE color: 10992602.
HSL color Cylindrical-coordinate representation of color #DABBA7: hue angle of 23.53º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABBA7 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 167 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.15 |
| HSL | 23.53º | 0.41% | 0.75% | - |
| HSV(B) | 23.53º | 0.23% | 0.85% | - |
| XYZ | 53.66 | 53.24 | 44.01 | - |
| YUV | 193.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 167 | 0 | 0.14 | 0.23 | 0.15 | 23.53 | 0.41 | 0.75 |
| Hex | DA | BB | A7 | 0 | E | 17 | F | 18 | 29 | 4B |
| Octal | 332 | 273 | 247 | 0 | 16 | 27 | 17 | 30 | 51 | 113 |
| Binary | 11011010 | 10111011 | 10100111 | 0 | 1110 | 10111 | 1111 | 11000 | 101001 | 1001011 |
Color Harmonies of #DABBA7
Complementary color
Monochromatic Colors of #DABBA7
Black with #DABBA7
Text Example
Text Example
White with #DABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA7; }
p { color: rgb(218,187,167); }
H1.HeaderClassName
{
color: #DABBA7;
}
.AnyTagClassName
{
color: #DABBA7;
}
</style>
background-color css
<style>
a { background-color: #DABBA7; }
a { background-color: rgb(218,187,167); }
div.DivClassName
{
background-color: #DABBA7;
}
.BgClassName
{
background-color: #DABBA7;
}
</style>
border-color css
<style>
span { border-color: #DABBA7; }
span { border-color: rgb(218,187,167); }
td.TdClassName
{
border-color: #DABBA7;
}
.TagClassName
{
border-color: #DABBA7;
}
</style>