Shades of Calico #DAB27E
Tints of Calico #DAB27E
RGB
CMYK
RGB Variations
Color information
#DAB27E (or 0xDAB27E) is known color: Calico. HEX triplet: DA, B2 and 7E. RGB value is (218,178,126). Sum of RGB (Red+Green+Blue) = 218+178+126=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB27E is #254D81. Grayscale: #B8B8B8. Windows color (decimal): -2444674 or 8303322. OLE color: 8303322.
HSL color Cylindrical-coordinate representation of color #DAB27E: hue angle of 33.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB27E is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 126 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.15 |
| HSL | 33.91º | 0.55% | 0.67% | - |
| HSV(B) | 33.91º | 0.42% | 0.85% | - |
| XYZ | 48.6 | 48.25 | 26.49 | - |
| YUV | 184.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 126 | 0 | 0.18 | 0.42 | 0.15 | 33.91 | 0.55 | 0.67 |
| Hex | DA | B2 | 7E | 0 | 12 | 2A | F | 22 | 37 | 43 |
| Octal | 332 | 262 | 176 | 0 | 22 | 52 | 17 | 42 | 67 | 103 |
| Binary | 11011010 | 10110010 | 1111110 | 0 | 10010 | 101010 | 1111 | 100010 | 110111 | 1000011 |
Color Harmonies of #DAB27E
Complementary color
Monochromatic Colors of #DAB27E
Black with #DAB27E
Text Example
Text Example
White with #DAB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB27E; }
p { color: rgb(218,178,126); }
H1.HeaderClassName
{
color: #DAB27E;
}
.AnyTagClassName
{
color: #DAB27E;
}
</style>
background-color css
<style>
a { background-color: #DAB27E; }
a { background-color: rgb(218,178,126); }
div.DivClassName
{
background-color: #DAB27E;
}
.BgClassName
{
background-color: #DAB27E;
}
</style>
border-color css
<style>
span { border-color: #DAB27E; }
span { border-color: rgb(218,178,126); }
td.TdClassName
{
border-color: #DAB27E;
}
.TagClassName
{
border-color: #DAB27E;
}
</style>