Shades of Equator #D3B365
Tints of Equator #D3B365
RGB
CMYK
RGB Variations
Color information
#D3B365 (or 0xD3B365) is known color: Equator. HEX triplet: D3, B3 and 65. RGB value is (211,179,101). Sum of RGB (Red+Green+Blue) = 211+179+101=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B365 is #2C4C9A. Grayscale: #B4B4B4. Windows color (decimal): -2903195 or 6665171. OLE color: 6665171.
HSL color Cylindrical-coordinate representation of color #D3B365: hue angle of 42.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3B365 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 101 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.17 |
| HSL | 42.55º | 0.56% | 0.61% | - |
| HSV(B) | 42.55º | 0.52% | 0.83% | - |
| XYZ | 45.33 | 47.03 | 19 | - |
| YUV | 179.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 101 | 0 | 0.15 | 0.52 | 0.17 | 42.55 | 0.56 | 0.61 |
| Hex | D3 | B3 | 65 | 0 | F | 34 | 11 | 2B | 38 | 3D |
| Octal | 323 | 263 | 145 | 0 | 17 | 64 | 21 | 53 | 70 | 75 |
| Binary | 11010011 | 10110011 | 1100101 | 0 | 1111 | 110100 | 10001 | 101011 | 111000 | 111101 |
Color Harmonies of #D3B365
Complementary color
Monochromatic Colors of #D3B365
Black with #D3B365
Text Example
Text Example
White with #D3B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B365; }
p { color: rgb(211,179,101); }
H1.HeaderClassName
{
color: #D3B365;
}
.AnyTagClassName
{
color: #D3B365;
}
</style>
background-color css
<style>
a { background-color: #D3B365; }
a { background-color: rgb(211,179,101); }
div.DivClassName
{
background-color: #D3B365;
}
.BgClassName
{
background-color: #D3B365;
}
</style>
border-color css
<style>
span { border-color: #D3B365; }
span { border-color: rgb(211,179,101); }
td.TdClassName
{
border-color: #D3B365;
}
.TagClassName
{
border-color: #D3B365;
}
</style>