Shades of Calico #D0B583
Tints of Calico #D0B583
RGB
CMYK
RGB Variations
Color information
#D0B583 (or 0xD0B583) is known color: Calico. HEX triplet: D0, B5 and 83. RGB value is (208,181,131). Sum of RGB (Red+Green+Blue) = 208+181+131=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B583 is #2F4A7C. Grayscale: #B7B7B7. Windows color (decimal): -3099261 or 8631760. OLE color: 8631760.
HSL color Cylindrical-coordinate representation of color #D0B583: hue angle of 38.96º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0B583 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 131 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.18 |
| HSL | 38.96º | 0.45% | 0.66% | - |
| HSV(B) | 38.96º | 0.37% | 0.82% | - |
| XYZ | 46.63 | 48.1 | 28.3 | - |
| YUV | 183.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 131 | 0 | 0.13 | 0.37 | 0.18 | 38.96 | 0.45 | 0.66 |
| Hex | D0 | B5 | 83 | 0 | D | 25 | 12 | 27 | 2D | 42 |
| Octal | 320 | 265 | 203 | 0 | 15 | 45 | 22 | 47 | 55 | 102 |
| Binary | 11010000 | 10110101 | 10000011 | 0 | 1101 | 100101 | 10010 | 100111 | 101101 | 1000010 |
Color Harmonies of #D0B583
Complementary color
Monochromatic Colors of #D0B583
Black with #D0B583
Text Example
Text Example
White with #D0B583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B583; }
p { color: rgb(208,181,131); }
H1.HeaderClassName
{
color: #D0B583;
}
.AnyTagClassName
{
color: #D0B583;
}
</style>
background-color css
<style>
a { background-color: #D0B583; }
a { background-color: rgb(208,181,131); }
div.DivClassName
{
background-color: #D0B583;
}
.BgClassName
{
background-color: #D0B583;
}
</style>
border-color css
<style>
span { border-color: #D0B583; }
span { border-color: rgb(208,181,131); }
td.TdClassName
{
border-color: #D0B583;
}
.TagClassName
{
border-color: #D0B583;
}
</style>