Shades of Calico #DAB07B
Tints of Calico #DAB07B
RGB
CMYK
RGB Variations
Color information
#DAB07B (or 0xDAB07B) is known color: Calico. HEX triplet: DA, B0 and 7B. RGB value is (218,176,123). Sum of RGB (Red+Green+Blue) = 218+176+123=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07B is #254F84. Grayscale: #B6B6B6. Windows color (decimal): -2445189 or 8106202. OLE color: 8106202.
HSL color Cylindrical-coordinate representation of color #DAB07B: hue angle of 33.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB07B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 123 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.15 |
| HSL | 33.47º | 0.56% | 0.67% | - |
| HSV(B) | 33.47º | 0.44% | 0.85% | - |
| XYZ | 48.01 | 47.39 | 25.35 | - |
| YUV | 182.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 123 | 0 | 0.19 | 0.44 | 0.15 | 33.47 | 0.56 | 0.67 |
| Hex | DA | B0 | 7B | 0 | 13 | 2C | F | 21 | 38 | 43 |
| Octal | 332 | 260 | 173 | 0 | 23 | 54 | 17 | 41 | 70 | 103 |
| Binary | 11011010 | 10110000 | 1111011 | 0 | 10011 | 101100 | 1111 | 100001 | 111000 | 1000011 |
Color Harmonies of #DAB07B
Complementary color
Monochromatic Colors of #DAB07B
Black with #DAB07B
Text Example
Text Example
White with #DAB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB07B; }
p { color: rgb(218,176,123); }
H1.HeaderClassName
{
color: #DAB07B;
}
.AnyTagClassName
{
color: #DAB07B;
}
</style>
background-color css
<style>
a { background-color: #DAB07B; }
a { background-color: rgb(218,176,123); }
div.DivClassName
{
background-color: #DAB07B;
}
.BgClassName
{
background-color: #DAB07B;
}
</style>
border-color css
<style>
span { border-color: #DAB07B; }
span { border-color: rgb(218,176,123); }
td.TdClassName
{
border-color: #DAB07B;
}
.TagClassName
{
border-color: #DAB07B;
}
</style>