Shades of Equator #DFBD64
Tints of Equator #DFBD64
RGB
CMYK
RGB Variations
Color information
#DFBD64 (or 0xDFBD64) is known color: Equator. HEX triplet: DF, BD and 64. RGB value is (223,189,100). Sum of RGB (Red+Green+Blue) = 223+189+100=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD64 is #20429B. Grayscale: #BDBDBD. Windows color (decimal): -2114204 or 6602207. OLE color: 6602207.
HSL color Cylindrical-coordinate representation of color #DFBD64: hue angle of 43.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFBD64 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 100 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.13 |
| HSL | 43.41º | 0.66% | 0.63% | - |
| HSV(B) | 43.41º | 0.55% | 0.87% | - |
| XYZ | 50.93 | 53 | 19.6 | - |
| YUV | 189.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 100 | 0 | 0.15 | 0.55 | 0.13 | 43.41 | 0.66 | 0.63 |
| Hex | DF | BD | 64 | 0 | F | 37 | D | 2B | 42 | 3F |
| Octal | 337 | 275 | 144 | 0 | 17 | 67 | 15 | 53 | 102 | 77 |
| Binary | 11011111 | 10111101 | 1100100 | 0 | 1111 | 110111 | 1101 | 101011 | 1000010 | 111111 |
Color Harmonies of #DFBD64
Complementary color
Monochromatic Colors of #DFBD64
Black with #DFBD64
Text Example
Text Example
White with #DFBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD64; }
p { color: rgb(223,189,100); }
H1.HeaderClassName
{
color: #DFBD64;
}
.AnyTagClassName
{
color: #DFBD64;
}
</style>
background-color css
<style>
a { background-color: #DFBD64; }
a { background-color: rgb(223,189,100); }
div.DivClassName
{
background-color: #DFBD64;
}
.BgClassName
{
background-color: #DFBD64;
}
</style>
border-color css
<style>
span { border-color: #DFBD64; }
span { border-color: rgb(223,189,100); }
td.TdClassName
{
border-color: #DFBD64;
}
.TagClassName
{
border-color: #DFBD64;
}
</style>