Shades of Calico #D7B28A
Tints of Calico #D7B28A
RGB
CMYK
RGB Variations
Color information
#D7B28A (or 0xD7B28A) is known color: Calico. HEX triplet: D7, B2 and 8A. RGB value is (215,178,138). Sum of RGB (Red+Green+Blue) = 215+178+138=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B28A is #284D75. Grayscale: #B8B8B8. Windows color (decimal): -2641270 or 9089751. OLE color: 9089751.
HSL color Cylindrical-coordinate representation of color #D7B28A: hue angle of 31.17º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7B28A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 138 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.16 |
| HSL | 31.17º | 0.49% | 0.69% | - |
| HSV(B) | 31.17º | 0.36% | 0.84% | - |
| XYZ | 48.53 | 48.12 | 30.78 | - |
| YUV | 184.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 138 | 0 | 0.17 | 0.36 | 0.16 | 31.17 | 0.49 | 0.69 |
| Hex | D7 | B2 | 8A | 0 | 11 | 24 | 10 | 1F | 31 | 45 |
| Octal | 327 | 262 | 212 | 0 | 21 | 44 | 20 | 37 | 61 | 105 |
| Binary | 11010111 | 10110010 | 10001010 | 0 | 10001 | 100100 | 10000 | 11111 | 110001 | 1000101 |
Color Harmonies of #D7B28A
Complementary color
Monochromatic Colors of #D7B28A
Black with #D7B28A
Text Example
Text Example
White with #D7B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B28A; }
p { color: rgb(215,178,138); }
H1.HeaderClassName
{
color: #D7B28A;
}
.AnyTagClassName
{
color: #D7B28A;
}
</style>
background-color css
<style>
a { background-color: #D7B28A; }
a { background-color: rgb(215,178,138); }
div.DivClassName
{
background-color: #D7B28A;
}
.BgClassName
{
background-color: #D7B28A;
}
</style>
border-color css
<style>
span { border-color: #D7B28A; }
span { border-color: rgb(215,178,138); }
td.TdClassName
{
border-color: #D7B28A;
}
.TagClassName
{
border-color: #D7B28A;
}
</style>