Shades of Just Right #DAB7A2
Tints of Just Right #DAB7A2
RGB
CMYK
RGB Variations
Color information
#DAB7A2 (or 0xDAB7A2) is known color: Just Right. HEX triplet: DA, B7 and A2. RGB value is (218,183,162). Sum of RGB (Red+Green+Blue) = 218+183+162=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7A2 is #25485D. Grayscale: #BFBFBF. Windows color (decimal): -2443358 or 10663898. OLE color: 10663898.
HSL color Cylindrical-coordinate representation of color #DAB7A2: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB7A2 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 183 | 162 | - |
CMYK | 0 | 0.16 | 0.26 | 0.15 |
HSL | 22.5º | 0.43% | 0.75% | - |
HSV(B) | 22.5º | 0.26% | 0.85% | - |
XYZ | 52.37 | 51.38 | 41.34 | - |
YUV | 191.07 | 111.6 | 147.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 162 | 0 | 0.16 | 0.26 | 0.15 | 22.5 | 0.43 | 0.75 |
Hex | DA | B7 | A2 | 0 | 10 | 1A | F | 16 | 2B | 4B |
Octal | 332 | 267 | 242 | 0 | 20 | 32 | 17 | 26 | 53 | 113 |
Binary | 11011010 | 10110111 | 10100010 | 0 | 10000 | 11010 | 1111 | 10110 | 101011 | 1001011 |
Color Harmonies of #DAB7A2
Complementary color
Monochromatic Colors of #DAB7A2
Black with #DAB7A2
Text Example
Text Example
White with #DAB7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7A2; }
p { color: rgb(218,183,162); }
H1.HeaderClassName
{
color: #DAB7A2;
}
.AnyTagClassName
{
color: #DAB7A2;
}
</style>
background-color css
<style>
a { background-color: #DAB7A2; }
a { background-color: rgb(218,183,162); }
div.DivClassName
{
background-color: #DAB7A2;
}
.BgClassName
{
background-color: #DAB7A2;
}
</style>
border-color css
<style>
span { border-color: #DAB7A2; }
span { border-color: rgb(218,183,162); }
td.TdClassName
{
border-color: #DAB7A2;
}
.TagClassName
{
border-color: #DAB7A2;
}
</style>