Shades of Calico #DAB378
Tints of Calico #DAB378
RGB
CMYK
RGB Variations
Color information
#DAB378 (or 0xDAB378) is known color: Calico. HEX triplet: DA, B3 and 78. RGB value is (218,179,120). Sum of RGB (Red+Green+Blue) = 218+179+120=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB378 is #254C87. Grayscale: #B8B8B8. Windows color (decimal): -2444424 or 7910362. OLE color: 7910362.
HSL color Cylindrical-coordinate representation of color #DAB378: hue angle of 36.12º 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 #DAB378 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 120 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.15 |
| HSL | 36.12º | 0.57% | 0.66% | - |
| HSV(B) | 36.12º | 0.45% | 0.85% | - |
| XYZ | 48.42 | 48.5 | 24.58 | - |
| YUV | 183.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 120 | 0 | 0.18 | 0.45 | 0.15 | 36.12 | 0.57 | 0.66 |
| Hex | DA | B3 | 78 | 0 | 12 | 2D | F | 24 | 39 | 42 |
| Octal | 332 | 263 | 170 | 0 | 22 | 55 | 17 | 44 | 71 | 102 |
| Binary | 11011010 | 10110011 | 1111000 | 0 | 10010 | 101101 | 1111 | 100100 | 111001 | 1000010 |
Color Harmonies of #DAB378
Complementary color
Monochromatic Colors of #DAB378
Black with #DAB378
Text Example
Text Example
White with #DAB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB378; }
p { color: rgb(218,179,120); }
H1.HeaderClassName
{
color: #DAB378;
}
.AnyTagClassName
{
color: #DAB378;
}
</style>
background-color css
<style>
a { background-color: #DAB378; }
a { background-color: rgb(218,179,120); }
div.DivClassName
{
background-color: #DAB378;
}
.BgClassName
{
background-color: #DAB378;
}
</style>
border-color css
<style>
span { border-color: #DAB378; }
span { border-color: rgb(218,179,120); }
td.TdClassName
{
border-color: #DAB378;
}
.TagClassName
{
border-color: #DAB378;
}
</style>