Shades of Equator #D3B368
Tints of Equator #D3B368
RGB
CMYK
RGB Variations
Color information
#D3B368 (or 0xD3B368) is known color: Equator. HEX triplet: D3, B3 and 68. RGB value is (211,179,104). Sum of RGB (Red+Green+Blue) = 211+179+104=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B368 is #2C4C97. Grayscale: #B4B4B4. Windows color (decimal): -2903192 or 6861779. OLE color: 6861779.
HSL color Cylindrical-coordinate representation of color #D3B368: hue angle of 42.06º degrees, saturation: 0.55, 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 #D3B368 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 104 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.17 |
| HSL | 42.06º | 0.55% | 0.62% | - |
| HSV(B) | 42.06º | 0.51% | 0.83% | - |
| XYZ | 45.48 | 47.09 | 19.79 | - |
| YUV | 180.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 104 | 0 | 0.15 | 0.51 | 0.17 | 42.06 | 0.55 | 0.62 |
| Hex | D3 | B3 | 68 | 0 | F | 33 | 11 | 2A | 37 | 3E |
| Octal | 323 | 263 | 150 | 0 | 17 | 63 | 21 | 52 | 67 | 76 |
| Binary | 11010011 | 10110011 | 1101000 | 0 | 1111 | 110011 | 10001 | 101010 | 110111 | 111110 |
Color Harmonies of #D3B368
Complementary color
Monochromatic Colors of #D3B368
Black with #D3B368
Text Example
Text Example
White with #D3B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B368; }
p { color: rgb(211,179,104); }
H1.HeaderClassName
{
color: #D3B368;
}
.AnyTagClassName
{
color: #D3B368;
}
</style>
background-color css
<style>
a { background-color: #D3B368; }
a { background-color: rgb(211,179,104); }
div.DivClassName
{
background-color: #D3B368;
}
.BgClassName
{
background-color: #D3B368;
}
</style>
border-color css
<style>
span { border-color: #D3B368; }
span { border-color: rgb(211,179,104); }
td.TdClassName
{
border-color: #D3B368;
}
.TagClassName
{
border-color: #D3B368;
}
</style>