Shades of Equator #DFB26A
Tints of Equator #DFB26A
RGB
CMYK
RGB Variations
Color information
#DFB26A (or 0xDFB26A) is known color: Equator. HEX triplet: DF, B2 and 6A. RGB value is (223,178,106). Sum of RGB (Red+Green+Blue) = 223+178+106=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB26A is #204D95. Grayscale: #B7B7B7. Windows color (decimal): -2117014 or 6992607. OLE color: 6992607.
HSL color Cylindrical-coordinate representation of color #DFB26A: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB26A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 106 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 36.92º | 0.65% | 0.65% | - |
| HSV(B) | 36.92º | 0.52% | 0.87% | - |
| XYZ | 48.95 | 48.57 | 20.43 | - |
| YUV | 183.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 106 | 0 | 0.20 | 0.52 | 0.13 | 36.92 | 0.65 | 0.65 |
| Hex | DF | B2 | 6A | 0 | 14 | 34 | D | 25 | 41 | 41 |
| Octal | 337 | 262 | 152 | 0 | 24 | 64 | 15 | 45 | 101 | 101 |
| Binary | 11011111 | 10110010 | 1101010 | 0 | 10100 | 110100 | 1101 | 100101 | 1000001 | 1000001 |
Color Harmonies of #DFB26A
Complementary color
Monochromatic Colors of #DFB26A
Black with #DFB26A
Text Example
Text Example
White with #DFB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB26A; }
p { color: rgb(223,178,106); }
H1.HeaderClassName
{
color: #DFB26A;
}
.AnyTagClassName
{
color: #DFB26A;
}
</style>
background-color css
<style>
a { background-color: #DFB26A; }
a { background-color: rgb(223,178,106); }
div.DivClassName
{
background-color: #DFB26A;
}
.BgClassName
{
background-color: #DFB26A;
}
</style>
border-color css
<style>
span { border-color: #DFB26A; }
span { border-color: rgb(223,178,106); }
td.TdClassName
{
border-color: #DFB26A;
}
.TagClassName
{
border-color: #DFB26A;
}
</style>