Shades of Equator #D4B368
Tints of Equator #D4B368
RGB
CMYK
RGB Variations
Color information
#D4B368 (or 0xD4B368) is known color: Equator. HEX triplet: D4, B3 and 68. RGB value is (212,179,104). Sum of RGB (Red+Green+Blue) = 212+179+104=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B368 is #2B4C97. Grayscale: #B4B4B4. Windows color (decimal): -2837656 or 6861780. OLE color: 6861780.
HSL color Cylindrical-coordinate representation of color #D4B368: hue angle of 41.67º 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 #D4B368 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 104 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.17 |
| HSL | 41.67º | 0.56% | 0.62% | - |
| HSV(B) | 41.67º | 0.51% | 0.83% | - |
| XYZ | 45.77 | 47.24 | 19.8 | - |
| YUV | 180.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 104 | 0 | 0.16 | 0.51 | 0.17 | 41.67 | 0.56 | 0.62 |
| Hex | D4 | B3 | 68 | 0 | 10 | 33 | 11 | 2A | 38 | 3E |
| Octal | 324 | 263 | 150 | 0 | 20 | 63 | 21 | 52 | 70 | 76 |
| Binary | 11010100 | 10110011 | 1101000 | 0 | 10000 | 110011 | 10001 | 101010 | 111000 | 111110 |
Color Harmonies of #D4B368
Complementary color
Monochromatic Colors of #D4B368
Black with #D4B368
Text Example
Text Example
White with #D4B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B368; }
p { color: rgb(212,179,104); }
H1.HeaderClassName
{
color: #D4B368;
}
.AnyTagClassName
{
color: #D4B368;
}
</style>
background-color css
<style>
a { background-color: #D4B368; }
a { background-color: rgb(212,179,104); }
div.DivClassName
{
background-color: #D4B368;
}
.BgClassName
{
background-color: #D4B368;
}
</style>
border-color css
<style>
span { border-color: #D4B368; }
span { border-color: rgb(212,179,104); }
td.TdClassName
{
border-color: #D4B368;
}
.TagClassName
{
border-color: #D4B368;
}
</style>