Shades of Calico #DBB27B
Tints of Calico #DBB27B
RGB
CMYK
RGB Variations
Color information
#DBB27B (or 0xDBB27B) is known color: Calico. HEX triplet: DB, B2 and 7B. RGB value is (219,178,123). Sum of RGB (Red+Green+Blue) = 219+178+123=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB27B is #244D84. Grayscale: #B8B8B8. Windows color (decimal): -2379141 or 8106715. OLE color: 8106715.
HSL color Cylindrical-coordinate representation of color #DBB27B: hue angle of 34.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBB27B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 123 | - |
CMYK | 0 | 0.19 | 0.44 | 0.14 |
HSL | 34.38º | 0.57% | 0.67% | - |
HSV(B) | 34.38º | 0.44% | 0.86% | - |
XYZ | 48.71 | 48.33 | 25.5 | - |
YUV | 183.99 | 93.58 | 152.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 123 | 0 | 0.19 | 0.44 | 0.14 | 34.38 | 0.57 | 0.67 |
Hex | DB | B2 | 7B | 0 | 13 | 2C | E | 22 | 39 | 43 |
Octal | 333 | 262 | 173 | 0 | 23 | 54 | 16 | 42 | 71 | 103 |
Binary | 11011011 | 10110010 | 1111011 | 0 | 10011 | 101100 | 1110 | 100010 | 111001 | 1000011 |
Color Harmonies of #DBB27B
Complementary color
Monochromatic Colors of #DBB27B
Black with #DBB27B
Text Example
Text Example
White with #DBB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB27B; }
p { color: rgb(219,178,123); }
H1.HeaderClassName
{
color: #DBB27B;
}
.AnyTagClassName
{
color: #DBB27B;
}
</style>
background-color css
<style>
a { background-color: #DBB27B; }
a { background-color: rgb(219,178,123); }
div.DivClassName
{
background-color: #DBB27B;
}
.BgClassName
{
background-color: #DBB27B;
}
</style>
border-color css
<style>
span { border-color: #DBB27B; }
span { border-color: rgb(219,178,123); }
td.TdClassName
{
border-color: #DBB27B;
}
.TagClassName
{
border-color: #DBB27B;
}
</style>