Shades of Equator #DFB25D
Tints of Equator #DFB25D
RGB
CMYK
RGB Variations
Color information
#DFB25D (or 0xDFB25D) is known color: Equator. HEX triplet: DF, B2 and 5D. RGB value is (223,178,93). Sum of RGB (Red+Green+Blue) = 223+178+93=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB25D is #204DA2. Grayscale: #B6B6B6. Windows color (decimal): -2117027 or 6140639. OLE color: 6140639.
HSL color Cylindrical-coordinate representation of color #DFB25D: hue angle of 39.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFB25D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 93 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.13 |
| HSL | 39.23º | 0.67% | 0.62% | - |
| HSV(B) | 39.23º | 0.58% | 0.87% | - |
| XYZ | 48.33 | 48.32 | 17.14 | - |
| YUV | 181.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 93 | 0 | 0.20 | 0.58 | 0.13 | 39.23 | 0.67 | 0.62 |
| Hex | DF | B2 | 5D | 0 | 14 | 3A | D | 27 | 43 | 3E |
| Octal | 337 | 262 | 135 | 0 | 24 | 72 | 15 | 47 | 103 | 76 |
| Binary | 11011111 | 10110010 | 1011101 | 0 | 10100 | 111010 | 1101 | 100111 | 1000011 | 111110 |
Color Harmonies of #DFB25D
Complementary color
Monochromatic Colors of #DFB25D
Black with #DFB25D
Text Example
Text Example
White with #DFB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB25D; }
p { color: rgb(223,178,93); }
H1.HeaderClassName
{
color: #DFB25D;
}
.AnyTagClassName
{
color: #DFB25D;
}
</style>
background-color css
<style>
a { background-color: #DFB25D; }
a { background-color: rgb(223,178,93); }
div.DivClassName
{
background-color: #DFB25D;
}
.BgClassName
{
background-color: #DFB25D;
}
</style>
border-color css
<style>
span { border-color: #DFB25D; }
span { border-color: rgb(223,178,93); }
td.TdClassName
{
border-color: #DFB25D;
}
.TagClassName
{
border-color: #DFB25D;
}
</style>