Shades of Calico #DAB07D
Tints of Calico #DAB07D
RGB
CMYK
RGB Variations
Color information
#DAB07D (or 0xDAB07D) is known color: Calico. HEX triplet: DA, B0 and 7D. RGB value is (218,176,125). Sum of RGB (Red+Green+Blue) = 218+176+125=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07D is #254F82. Grayscale: #B6B6B6. Windows color (decimal): -2445187 or 8237274. OLE color: 8237274.
HSL color Cylindrical-coordinate representation of color #DAB07D: hue angle of 32.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAB07D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.15 |
| HSL | 32.9º | 0.56% | 0.67% | - |
| HSV(B) | 32.9º | 0.43% | 0.85% | - |
| XYZ | 48.14 | 47.44 | 26.02 | - |
| YUV | 182.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 125 | 0 | 0.19 | 0.43 | 0.15 | 32.9 | 0.56 | 0.67 |
| Hex | DA | B0 | 7D | 0 | 13 | 2B | F | 21 | 38 | 43 |
| Octal | 332 | 260 | 175 | 0 | 23 | 53 | 17 | 41 | 70 | 103 |
| Binary | 11011010 | 10110000 | 1111101 | 0 | 10011 | 101011 | 1111 | 100001 | 111000 | 1000011 |
Color Harmonies of #DAB07D
Complementary color
Monochromatic Colors of #DAB07D
Black with #DAB07D
Text Example
Text Example
White with #DAB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB07D; }
p { color: rgb(218,176,125); }
H1.HeaderClassName
{
color: #DAB07D;
}
.AnyTagClassName
{
color: #DAB07D;
}
</style>
background-color css
<style>
a { background-color: #DAB07D; }
a { background-color: rgb(218,176,125); }
div.DivClassName
{
background-color: #DAB07D;
}
.BgClassName
{
background-color: #DAB07D;
}
</style>
border-color css
<style>
span { border-color: #DAB07D; }
span { border-color: rgb(218,176,125); }
td.TdClassName
{
border-color: #DAB07D;
}
.TagClassName
{
border-color: #DAB07D;
}
</style>