Shades of Just Right #DABBA4
Tints of Just Right #DABBA4
RGB
CMYK
RGB Variations
Color information
#DABBA4 (or 0xDABBA4) is known color: Just Right. HEX triplet: DA, BB and A4. RGB value is (218,187,164). Sum of RGB (Red+Green+Blue) = 218+187+164=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA4 is #25445B. Grayscale: #C1C1C1. Windows color (decimal): -2442332 or 10795994. OLE color: 10795994.
HSL color Cylindrical-coordinate representation of color #DABBA4: hue angle of 25.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 164 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.15 |
| HSL | 25.56º | 0.42% | 0.75% | - |
| HSV(B) | 25.56º | 0.25% | 0.85% | - |
| XYZ | 53.38 | 53.13 | 42.56 | - |
| YUV | 193.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 164 | 0 | 0.14 | 0.25 | 0.15 | 25.56 | 0.42 | 0.75 |
| Hex | DA | BB | A4 | 0 | E | 19 | F | 1A | 2A | 4B |
| Octal | 332 | 273 | 244 | 0 | 16 | 31 | 17 | 32 | 52 | 113 |
| Binary | 11011010 | 10111011 | 10100100 | 0 | 1110 | 11001 | 1111 | 11010 | 101010 | 1001011 |
Color Harmonies of #DABBA4
Complementary color
Monochromatic Colors of #DABBA4
Black with #DABBA4
Text Example
Text Example
White with #DABBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA4; }
p { color: rgb(218,187,164); }
H1.HeaderClassName
{
color: #DABBA4;
}
.AnyTagClassName
{
color: #DABBA4;
}
</style>
background-color css
<style>
a { background-color: #DABBA4; }
a { background-color: rgb(218,187,164); }
div.DivClassName
{
background-color: #DABBA4;
}
.BgClassName
{
background-color: #DABBA4;
}
</style>
border-color css
<style>
span { border-color: #DABBA4; }
span { border-color: rgb(218,187,164); }
td.TdClassName
{
border-color: #DABBA4;
}
.TagClassName
{
border-color: #DABBA4;
}
</style>