Shades of Calico #D2B583
Tints of Calico #D2B583
RGB
CMYK
RGB Variations
Color information
#D2B583 (or 0xD2B583) is known color: Calico. HEX triplet: D2, B5 and 83. RGB value is (210,181,131). Sum of RGB (Red+Green+Blue) = 210+181+131=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B583 is #2D4A7C. Grayscale: #B8B8B8. Windows color (decimal): -2968189 or 8631762. OLE color: 8631762.
HSL color Cylindrical-coordinate representation of color #D2B583: hue angle of 37.97º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B583 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 131 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.18 |
| HSL | 37.97º | 0.47% | 0.67% | - |
| HSV(B) | 37.97º | 0.38% | 0.82% | - |
| XYZ | 47.2 | 48.39 | 28.32 | - |
| YUV | 183.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 131 | 0 | 0.14 | 0.38 | 0.18 | 37.97 | 0.47 | 0.67 |
| Hex | D2 | B5 | 83 | 0 | E | 26 | 12 | 26 | 2F | 43 |
| Octal | 322 | 265 | 203 | 0 | 16 | 46 | 22 | 46 | 57 | 103 |
| Binary | 11010010 | 10110101 | 10000011 | 0 | 1110 | 100110 | 10010 | 100110 | 101111 | 1000011 |
Color Harmonies of #D2B583
Complementary color
Monochromatic Colors of #D2B583
Black with #D2B583
Text Example
Text Example
White with #D2B583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B583; }
p { color: rgb(210,181,131); }
H1.HeaderClassName
{
color: #D2B583;
}
.AnyTagClassName
{
color: #D2B583;
}
</style>
background-color css
<style>
a { background-color: #D2B583; }
a { background-color: rgb(210,181,131); }
div.DivClassName
{
background-color: #D2B583;
}
.BgClassName
{
background-color: #D2B583;
}
</style>
border-color css
<style>
span { border-color: #D2B583; }
span { border-color: rgb(210,181,131); }
td.TdClassName
{
border-color: #D2B583;
}
.TagClassName
{
border-color: #D2B583;
}
</style>