Shades of Calico #DBB27F
Tints of Calico #DBB27F
RGB
CMYK
RGB Variations
Color information
#DBB27F (or 0xDBB27F) is known color: Calico. HEX triplet: DB, B2 and 7F. RGB value is (219,178,127). Sum of RGB (Red+Green+Blue) = 219+178+127=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB27F is #244D80. Grayscale: #B8B8B8. Windows color (decimal): -2379137 or 8368859. OLE color: 8368859.
HSL color Cylindrical-coordinate representation of color #DBB27F: hue angle of 33.26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB27F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 127 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.14 |
| HSL | 33.26º | 0.56% | 0.68% | - |
| HSV(B) | 33.26º | 0.42% | 0.86% | - |
| XYZ | 48.96 | 48.43 | 26.85 | - |
| YUV | 184.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 127 | 0 | 0.19 | 0.42 | 0.14 | 33.26 | 0.56 | 0.68 |
| Hex | DB | B2 | 7F | 0 | 13 | 2A | E | 21 | 38 | 44 |
| Octal | 333 | 262 | 177 | 0 | 23 | 52 | 16 | 41 | 70 | 104 |
| Binary | 11011011 | 10110010 | 1111111 | 0 | 10011 | 101010 | 1110 | 100001 | 111000 | 1000100 |
Color Harmonies of #DBB27F
Complementary color
Monochromatic Colors of #DBB27F
Black with #DBB27F
Text Example
Text Example
White with #DBB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB27F; }
p { color: rgb(219,178,127); }
H1.HeaderClassName
{
color: #DBB27F;
}
.AnyTagClassName
{
color: #DBB27F;
}
</style>
background-color css
<style>
a { background-color: #DBB27F; }
a { background-color: rgb(219,178,127); }
div.DivClassName
{
background-color: #DBB27F;
}
.BgClassName
{
background-color: #DBB27F;
}
</style>
border-color css
<style>
span { border-color: #DBB27F; }
span { border-color: rgb(219,178,127); }
td.TdClassName
{
border-color: #DBB27F;
}
.TagClassName
{
border-color: #DBB27F;
}
</style>