Shades of Equator #DFB25C
Tints of Equator #DFB25C
RGB
CMYK
RGB Variations
Color information
#DFB25C (or 0xDFB25C) is known color: Equator. HEX triplet: DF, B2 and 5C. RGB value is (223,178,92). Sum of RGB (Red+Green+Blue) = 223+178+92=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB25C is #204DA3. Grayscale: #B6B6B6. Windows color (decimal): -2117028 or 6075103. OLE color: 6075103.
HSL color Cylindrical-coordinate representation of color #DFB25C: hue angle of 39.39º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFB25C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 92 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.39º | 0.67% | 0.62% | - |
| HSV(B) | 39.39º | 0.59% | 0.87% | - |
| XYZ | 48.28 | 48.3 | 16.9 | - |
| YUV | 181.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 92 | 0 | 0.20 | 0.59 | 0.13 | 39.39 | 0.67 | 0.62 |
| Hex | DF | B2 | 5C | 0 | 14 | 3B | D | 27 | 43 | 3E |
| Octal | 337 | 262 | 134 | 0 | 24 | 73 | 15 | 47 | 103 | 76 |
| Binary | 11011111 | 10110010 | 1011100 | 0 | 10100 | 111011 | 1101 | 100111 | 1000011 | 111110 |
Color Harmonies of #DFB25C
Complementary color
Monochromatic Colors of #DFB25C
Black with #DFB25C
Text Example
Text Example
White with #DFB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB25C; }
p { color: rgb(223,178,92); }
H1.HeaderClassName
{
color: #DFB25C;
}
.AnyTagClassName
{
color: #DFB25C;
}
</style>
background-color css
<style>
a { background-color: #DFB25C; }
a { background-color: rgb(223,178,92); }
div.DivClassName
{
background-color: #DFB25C;
}
.BgClassName
{
background-color: #DFB25C;
}
</style>
border-color css
<style>
span { border-color: #DFB25C; }
span { border-color: rgb(223,178,92); }
td.TdClassName
{
border-color: #DFB25C;
}
.TagClassName
{
border-color: #DFB25C;
}
</style>