Shades of Calico #DAB57D
Tints of Calico #DAB57D
RGB
CMYK
RGB Variations
Color information
#DAB57D (or 0xDAB57D) is known color: Calico. HEX triplet: DA, B5 and 7D. RGB value is (218,181,125). Sum of RGB (Red+Green+Blue) = 218+181+125=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB57D is #254A82. Grayscale: #B9B9B9. Windows color (decimal): -2443907 or 8238554. OLE color: 8238554.
HSL color Cylindrical-coordinate representation of color #DAB57D: hue angle of 36.13º 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 #DAB57D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 125 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.15 |
| HSL | 36.13º | 0.56% | 0.67% | - |
| HSV(B) | 36.13º | 0.43% | 0.85% | - |
| XYZ | 49.14 | 49.43 | 26.35 | - |
| YUV | 185.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 125 | 0 | 0.17 | 0.43 | 0.15 | 36.13 | 0.56 | 0.67 |
| Hex | DA | B5 | 7D | 0 | 11 | 2B | F | 24 | 38 | 43 |
| Octal | 332 | 265 | 175 | 0 | 21 | 53 | 17 | 44 | 70 | 103 |
| Binary | 11011010 | 10110101 | 1111101 | 0 | 10001 | 101011 | 1111 | 100100 | 111000 | 1000011 |
Color Harmonies of #DAB57D
Complementary color
Monochromatic Colors of #DAB57D
Black with #DAB57D
Text Example
Text Example
White with #DAB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB57D; }
p { color: rgb(218,181,125); }
H1.HeaderClassName
{
color: #DAB57D;
}
.AnyTagClassName
{
color: #DAB57D;
}
</style>
background-color css
<style>
a { background-color: #DAB57D; }
a { background-color: rgb(218,181,125); }
div.DivClassName
{
background-color: #DAB57D;
}
.BgClassName
{
background-color: #DAB57D;
}
</style>
border-color css
<style>
span { border-color: #DAB57D; }
span { border-color: rgb(218,181,125); }
td.TdClassName
{
border-color: #DAB57D;
}
.TagClassName
{
border-color: #DAB57D;
}
</style>