Shades of Calico #DAB377
Tints of Calico #DAB377
RGB
CMYK
RGB Variations
Color information
#DAB377 (or 0xDAB377) is known color: Calico. HEX triplet: DA, B3 and 77. RGB value is (218,179,119). Sum of RGB (Red+Green+Blue) = 218+179+119=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB377 is #254C88. Grayscale: #B8B8B8. Windows color (decimal): -2444425 or 7844826. OLE color: 7844826.
HSL color Cylindrical-coordinate representation of color #DAB377: hue angle of 36.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB377 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 119 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.15 |
| HSL | 36.36º | 0.57% | 0.66% | - |
| HSV(B) | 36.36º | 0.45% | 0.85% | - |
| XYZ | 48.36 | 48.48 | 24.26 | - |
| YUV | 183.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 119 | 0 | 0.18 | 0.45 | 0.15 | 36.36 | 0.57 | 0.66 |
| Hex | DA | B3 | 77 | 0 | 12 | 2D | F | 24 | 39 | 42 |
| Octal | 332 | 263 | 167 | 0 | 22 | 55 | 17 | 44 | 71 | 102 |
| Binary | 11011010 | 10110011 | 1110111 | 0 | 10010 | 101101 | 1111 | 100100 | 111001 | 1000010 |
Color Harmonies of #DAB377
Complementary color
Monochromatic Colors of #DAB377
Black with #DAB377
Text Example
Text Example
White with #DAB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB377; }
p { color: rgb(218,179,119); }
H1.HeaderClassName
{
color: #DAB377;
}
.AnyTagClassName
{
color: #DAB377;
}
</style>
background-color css
<style>
a { background-color: #DAB377; }
a { background-color: rgb(218,179,119); }
div.DivClassName
{
background-color: #DAB377;
}
.BgClassName
{
background-color: #DAB377;
}
</style>
border-color css
<style>
span { border-color: #DAB377; }
span { border-color: rgb(218,179,119); }
td.TdClassName
{
border-color: #DAB377;
}
.TagClassName
{
border-color: #DAB377;
}
</style>