Shades of Calico #DAB27B
Tints of Calico #DAB27B
RGB
CMYK
RGB Variations
Color information
#DAB27B (or 0xDAB27B) is known color: Calico. HEX triplet: DA, B2 and 7B. RGB value is (218,178,123). Sum of RGB (Red+Green+Blue) = 218+178+123=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB27B is #254D84. Grayscale: #B7B7B7. Windows color (decimal): -2444677 or 8106714. OLE color: 8106714.
HSL color Cylindrical-coordinate representation of color #DAB27B: hue angle of 34.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB27B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.15 |
| HSL | 34.74º | 0.56% | 0.67% | - |
| HSV(B) | 34.74º | 0.44% | 0.85% | - |
| XYZ | 48.41 | 48.18 | 25.49 | - |
| YUV | 183.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 123 | 0 | 0.18 | 0.44 | 0.15 | 34.74 | 0.56 | 0.67 |
| Hex | DA | B2 | 7B | 0 | 12 | 2C | F | 23 | 38 | 43 |
| Octal | 332 | 262 | 173 | 0 | 22 | 54 | 17 | 43 | 70 | 103 |
| Binary | 11011010 | 10110010 | 1111011 | 0 | 10010 | 101100 | 1111 | 100011 | 111000 | 1000011 |
Color Harmonies of #DAB27B
Complementary color
Monochromatic Colors of #DAB27B
Black with #DAB27B
Text Example
Text Example
White with #DAB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB27B; }
p { color: rgb(218,178,123); }
H1.HeaderClassName
{
color: #DAB27B;
}
.AnyTagClassName
{
color: #DAB27B;
}
</style>
background-color css
<style>
a { background-color: #DAB27B; }
a { background-color: rgb(218,178,123); }
div.DivClassName
{
background-color: #DAB27B;
}
.BgClassName
{
background-color: #DAB27B;
}
</style>
border-color css
<style>
span { border-color: #DAB27B; }
span { border-color: rgb(218,178,123); }
td.TdClassName
{
border-color: #DAB27B;
}
.TagClassName
{
border-color: #DAB27B;
}
</style>