Shades of Calico #D2B27D
Tints of Calico #D2B27D
RGB
CMYK
RGB Variations
Color information
#D2B27D (or 0xD2B27D) is known color: Calico. HEX triplet: D2, B2 and 7D. RGB value is (210,178,125). Sum of RGB (Red+Green+Blue) = 210+178+125=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B27D is #2D4D82. Grayscale: #B5B5B5. Windows color (decimal): -2968963 or 8237778. OLE color: 8237778.
HSL color Cylindrical-coordinate representation of color #D2B27D: hue angle of 37.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2B27D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 125 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.18 |
| HSL | 37.41º | 0.49% | 0.66% | - |
| HSV(B) | 37.41º | 0.4% | 0.82% | - |
| XYZ | 46.2 | 47.02 | 26.04 | - |
| YUV | 181.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 125 | 0 | 0.15 | 0.40 | 0.18 | 37.41 | 0.49 | 0.66 |
| Hex | D2 | B2 | 7D | 0 | F | 28 | 12 | 25 | 31 | 42 |
| Octal | 322 | 262 | 175 | 0 | 17 | 50 | 22 | 45 | 61 | 102 |
| Binary | 11010010 | 10110010 | 1111101 | 0 | 1111 | 101000 | 10010 | 100101 | 110001 | 1000010 |
Color Harmonies of #D2B27D
Complementary color
Monochromatic Colors of #D2B27D
Black with #D2B27D
Text Example
Text Example
White with #D2B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B27D; }
p { color: rgb(210,178,125); }
H1.HeaderClassName
{
color: #D2B27D;
}
.AnyTagClassName
{
color: #D2B27D;
}
</style>
background-color css
<style>
a { background-color: #D2B27D; }
a { background-color: rgb(210,178,125); }
div.DivClassName
{
background-color: #D2B27D;
}
.BgClassName
{
background-color: #D2B27D;
}
</style>
border-color css
<style>
span { border-color: #D2B27D; }
span { border-color: rgb(210,178,125); }
td.TdClassName
{
border-color: #D2B27D;
}
.TagClassName
{
border-color: #D2B27D;
}
</style>