Shades of Equator #DFBB65
Tints of Equator #DFBB65
RGB
CMYK
RGB Variations
Color information
#DFBB65 (or 0xDFBB65) is known color: Equator. HEX triplet: DF, BB and 65. RGB value is (223,187,101). Sum of RGB (Red+Green+Blue) = 223+187+101=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB65 is #20449A. Grayscale: #BCBCBC. Windows color (decimal): -2114715 or 6667231. OLE color: 6667231.
HSL color Cylindrical-coordinate representation of color #DFBB65: hue angle of 42.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFBB65 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 101 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.3º | 0.66% | 0.64% | - |
| HSV(B) | 42.3º | 0.55% | 0.87% | - |
| XYZ | 50.55 | 52.17 | 19.72 | - |
| YUV | 187.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 101 | 0 | 0.16 | 0.55 | 0.13 | 42.3 | 0.66 | 0.64 |
| Hex | DF | BB | 65 | 0 | 10 | 37 | D | 2A | 42 | 40 |
| Octal | 337 | 273 | 145 | 0 | 20 | 67 | 15 | 52 | 102 | 100 |
| Binary | 11011111 | 10111011 | 1100101 | 0 | 10000 | 110111 | 1101 | 101010 | 1000010 | 1000000 |
Color Harmonies of #DFBB65
Complementary color
Monochromatic Colors of #DFBB65
Black with #DFBB65
Text Example
Text Example
White with #DFBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB65; }
p { color: rgb(223,187,101); }
H1.HeaderClassName
{
color: #DFBB65;
}
.AnyTagClassName
{
color: #DFBB65;
}
</style>
background-color css
<style>
a { background-color: #DFBB65; }
a { background-color: rgb(223,187,101); }
div.DivClassName
{
background-color: #DFBB65;
}
.BgClassName
{
background-color: #DFBB65;
}
</style>
border-color css
<style>
span { border-color: #DFBB65; }
span { border-color: rgb(223,187,101); }
td.TdClassName
{
border-color: #DFBB65;
}
.TagClassName
{
border-color: #DFBB65;
}
</style>