Shades of Equator #D4B266
Tints of Equator #D4B266
RGB
CMYK
RGB Variations
Color information
#D4B266 (or 0xD4B266) is known color: Equator. HEX triplet: D4, B2 and 66. RGB value is (212,178,102). Sum of RGB (Red+Green+Blue) = 212+178+102=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B266 is #2B4D99. Grayscale: #B3B3B3. Windows color (decimal): -2837914 or 6730452. OLE color: 6730452.
HSL color Cylindrical-coordinate representation of color #D4B266: hue angle of 41.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4B266 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 102 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.17 |
| HSL | 41.45º | 0.56% | 0.62% | - |
| HSV(B) | 41.45º | 0.52% | 0.83% | - |
| XYZ | 45.47 | 46.8 | 19.21 | - |
| YUV | 179.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 102 | 0 | 0.16 | 0.52 | 0.17 | 41.45 | 0.56 | 0.62 |
| Hex | D4 | B2 | 66 | 0 | 10 | 34 | 11 | 29 | 38 | 3E |
| Octal | 324 | 262 | 146 | 0 | 20 | 64 | 21 | 51 | 70 | 76 |
| Binary | 11010100 | 10110010 | 1100110 | 0 | 10000 | 110100 | 10001 | 101001 | 111000 | 111110 |
Color Harmonies of #D4B266
Complementary color
Monochromatic Colors of #D4B266
Black with #D4B266
Text Example
Text Example
White with #D4B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B266; }
p { color: rgb(212,178,102); }
H1.HeaderClassName
{
color: #D4B266;
}
.AnyTagClassName
{
color: #D4B266;
}
</style>
background-color css
<style>
a { background-color: #D4B266; }
a { background-color: rgb(212,178,102); }
div.DivClassName
{
background-color: #D4B266;
}
.BgClassName
{
background-color: #D4B266;
}
</style>
border-color css
<style>
span { border-color: #D4B266; }
span { border-color: rgb(212,178,102); }
td.TdClassName
{
border-color: #D4B266;
}
.TagClassName
{
border-color: #D4B266;
}
</style>