Shades of Calico #D5B483
Tints of Calico #D5B483
RGB
CMYK
RGB Variations
Color information
#D5B483 (or 0xD5B483) is known color: Calico. HEX triplet: D5, B4 and 83. RGB value is (213,180,131). Sum of RGB (Red+Green+Blue) = 213+180+131=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B483 is #2A4B7C. Grayscale: #B8B8B8. Windows color (decimal): -2771837 or 8631509. OLE color: 8631509.
HSL color Cylindrical-coordinate representation of color #D5B483: hue angle of 35.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5B483 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 131 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.16 |
| HSL | 35.85º | 0.49% | 0.67% | - |
| HSV(B) | 35.85º | 0.38% | 0.84% | - |
| XYZ | 47.86 | 48.43 | 28.3 | - |
| YUV | 184.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 131 | 0 | 0.15 | 0.38 | 0.16 | 35.85 | 0.49 | 0.67 |
| Hex | D5 | B4 | 83 | 0 | F | 26 | 10 | 24 | 31 | 43 |
| Octal | 325 | 264 | 203 | 0 | 17 | 46 | 20 | 44 | 61 | 103 |
| Binary | 11010101 | 10110100 | 10000011 | 0 | 1111 | 100110 | 10000 | 100100 | 110001 | 1000011 |
Color Harmonies of #D5B483
Complementary color
Monochromatic Colors of #D5B483
Black with #D5B483
Text Example
Text Example
White with #D5B483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B483; }
p { color: rgb(213,180,131); }
H1.HeaderClassName
{
color: #D5B483;
}
.AnyTagClassName
{
color: #D5B483;
}
</style>
background-color css
<style>
a { background-color: #D5B483; }
a { background-color: rgb(213,180,131); }
div.DivClassName
{
background-color: #D5B483;
}
.BgClassName
{
background-color: #D5B483;
}
</style>
border-color css
<style>
span { border-color: #D5B483; }
span { border-color: rgb(213,180,131); }
td.TdClassName
{
border-color: #D5B483;
}
.TagClassName
{
border-color: #D5B483;
}
</style>