Shades of Calico #DBB27D
Tints of Calico #DBB27D
RGB
CMYK
RGB Variations
Color information
#DBB27D (or 0xDBB27D) is known color: Calico. HEX triplet: DB, B2 and 7D. RGB value is (219,178,125). Sum of RGB (Red+Green+Blue) = 219+178+125=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB27D is #244D82. Grayscale: #B8B8B8. Windows color (decimal): -2379139 or 8237787. OLE color: 8237787.
HSL color Cylindrical-coordinate representation of color #DBB27D: hue angle of 33.83º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB27D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 33.83º | 0.57% | 0.67% | - |
| HSV(B) | 33.83º | 0.43% | 0.86% | - |
| XYZ | 48.84 | 48.38 | 26.17 | - |
| YUV | 184.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 125 | 0 | 0.19 | 0.43 | 0.14 | 33.83 | 0.57 | 0.67 |
| Hex | DB | B2 | 7D | 0 | 13 | 2B | E | 22 | 39 | 43 |
| Octal | 333 | 262 | 175 | 0 | 23 | 53 | 16 | 42 | 71 | 103 |
| Binary | 11011011 | 10110010 | 1111101 | 0 | 10011 | 101011 | 1110 | 100010 | 111001 | 1000011 |
Color Harmonies of #DBB27D
Complementary color
Monochromatic Colors of #DBB27D
Black with #DBB27D
Text Example
Text Example
White with #DBB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB27D; }
p { color: rgb(219,178,125); }
H1.HeaderClassName
{
color: #DBB27D;
}
.AnyTagClassName
{
color: #DBB27D;
}
</style>
background-color css
<style>
a { background-color: #DBB27D; }
a { background-color: rgb(219,178,125); }
div.DivClassName
{
background-color: #DBB27D;
}
.BgClassName
{
background-color: #DBB27D;
}
</style>
border-color css
<style>
span { border-color: #DBB27D; }
span { border-color: rgb(219,178,125); }
td.TdClassName
{
border-color: #DBB27D;
}
.TagClassName
{
border-color: #DBB27D;
}
</style>