Shades of Calico #DAB083
Tints of Calico #DAB083
RGB
CMYK
RGB Variations
Color information
#DAB083 (or 0xDAB083) is known color: Calico. HEX triplet: DA, B0 and 83. RGB value is (218,176,131). Sum of RGB (Red+Green+Blue) = 218+176+131=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB083 is #254F7C. Grayscale: #B7B7B7. Windows color (decimal): -2445181 or 8630490. OLE color: 8630490.
HSL color Cylindrical-coordinate representation of color #DAB083: hue angle of 31.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB083 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 131 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.15 |
| HSL | 31.03º | 0.54% | 0.68% | - |
| HSV(B) | 31.03º | 0.4% | 0.85% | - |
| XYZ | 48.54 | 47.59 | 28.1 | - |
| YUV | 183.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 131 | 0 | 0.19 | 0.40 | 0.15 | 31.03 | 0.54 | 0.68 |
| Hex | DA | B0 | 83 | 0 | 13 | 28 | F | 1F | 36 | 44 |
| Octal | 332 | 260 | 203 | 0 | 23 | 50 | 17 | 37 | 66 | 104 |
| Binary | 11011010 | 10110000 | 10000011 | 0 | 10011 | 101000 | 1111 | 11111 | 110110 | 1000100 |
Color Harmonies of #DAB083
Complementary color
Monochromatic Colors of #DAB083
Black with #DAB083
Text Example
Text Example
White with #DAB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB083; }
p { color: rgb(218,176,131); }
H1.HeaderClassName
{
color: #DAB083;
}
.AnyTagClassName
{
color: #DAB083;
}
</style>
background-color css
<style>
a { background-color: #DAB083; }
a { background-color: rgb(218,176,131); }
div.DivClassName
{
background-color: #DAB083;
}
.BgClassName
{
background-color: #DAB083;
}
</style>
border-color css
<style>
span { border-color: #DAB083; }
span { border-color: rgb(218,176,131); }
td.TdClassName
{
border-color: #DAB083;
}
.TagClassName
{
border-color: #DAB083;
}
</style>