Shades of Equator #DFB264
Tints of Equator #DFB264
RGB
CMYK
RGB Variations
Color information
#DFB264 (or 0xDFB264) is known color: Equator. HEX triplet: DF, B2 and 64. RGB value is (223,178,100). Sum of RGB (Red+Green+Blue) = 223+178+100=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB264 is #204D9B. Grayscale: #B6B6B6. Windows color (decimal): -2117020 or 6599391. OLE color: 6599391.
HSL color Cylindrical-coordinate representation of color #DFB264: hue angle of 38.05º 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 #DFB264 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 100 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.13 |
| HSL | 38.05º | 0.66% | 0.63% | - |
| HSV(B) | 38.05º | 0.55% | 0.87% | - |
| XYZ | 48.65 | 48.45 | 18.84 | - |
| YUV | 182.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 100 | 0 | 0.20 | 0.55 | 0.13 | 38.05 | 0.66 | 0.63 |
| Hex | DF | B2 | 64 | 0 | 14 | 37 | D | 26 | 42 | 3F |
| Octal | 337 | 262 | 144 | 0 | 24 | 67 | 15 | 46 | 102 | 77 |
| Binary | 11011111 | 10110010 | 1100100 | 0 | 10100 | 110111 | 1101 | 100110 | 1000010 | 111111 |
Color Harmonies of #DFB264
Complementary color
Monochromatic Colors of #DFB264
Black with #DFB264
Text Example
Text Example
White with #DFB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB264; }
p { color: rgb(223,178,100); }
H1.HeaderClassName
{
color: #DFB264;
}
.AnyTagClassName
{
color: #DFB264;
}
</style>
background-color css
<style>
a { background-color: #DFB264; }
a { background-color: rgb(223,178,100); }
div.DivClassName
{
background-color: #DFB264;
}
.BgClassName
{
background-color: #DFB264;
}
</style>
border-color css
<style>
span { border-color: #DFB264; }
span { border-color: rgb(223,178,100); }
td.TdClassName
{
border-color: #DFB264;
}
.TagClassName
{
border-color: #DFB264;
}
</style>