Shades of Equator #D4B068
Tints of Equator #D4B068
RGB
CMYK
RGB Variations
Color information
#D4B068 (or 0xD4B068) is known color: Equator. HEX triplet: D4, B0 and 68. RGB value is (212,176,104). Sum of RGB (Red+Green+Blue) = 212+176+104=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B068 is #2B4F97. Grayscale: #B2B2B2. Windows color (decimal): -2838424 or 6861012. OLE color: 6861012.
HSL color Cylindrical-coordinate representation of color #D4B068: hue angle of 40º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4B068 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 104 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.17 |
| HSL | 40º | 0.56% | 0.62% | - |
| HSV(B) | 40º | 0.51% | 0.83% | - |
| XYZ | 45.18 | 46.05 | 19.6 | - |
| YUV | 178.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 104 | 0 | 0.17 | 0.51 | 0.17 | 40 | 0.56 | 0.62 |
| Hex | D4 | B0 | 68 | 0 | 11 | 33 | 11 | 28 | 38 | 3E |
| Octal | 324 | 260 | 150 | 0 | 21 | 63 | 21 | 50 | 70 | 76 |
| Binary | 11010100 | 10110000 | 1101000 | 0 | 10001 | 110011 | 10001 | 101000 | 111000 | 111110 |
Color Harmonies of #D4B068
Complementary color
Monochromatic Colors of #D4B068
Black with #D4B068
Text Example
Text Example
White with #D4B068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B068; }
p { color: rgb(212,176,104); }
H1.HeaderClassName
{
color: #D4B068;
}
.AnyTagClassName
{
color: #D4B068;
}
</style>
background-color css
<style>
a { background-color: #D4B068; }
a { background-color: rgb(212,176,104); }
div.DivClassName
{
background-color: #D4B068;
}
.BgClassName
{
background-color: #D4B068;
}
</style>
border-color css
<style>
span { border-color: #D4B068; }
span { border-color: rgb(212,176,104); }
td.TdClassName
{
border-color: #D4B068;
}
.TagClassName
{
border-color: #D4B068;
}
</style>