Shades of Equator #DFBB67
Tints of Equator #DFBB67
RGB
CMYK
RGB Variations
Color information
#DFBB67 (or 0xDFBB67) is known color: Equator. HEX triplet: DF, BB and 67. RGB value is (223,187,103). Sum of RGB (Red+Green+Blue) = 223+187+103=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB67 is #204498. Grayscale: #BCBCBC. Windows color (decimal): -2114713 or 6798303. OLE color: 6798303.
HSL color Cylindrical-coordinate representation of color #DFBB67: hue angle of 42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFBB67 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 103 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.13 |
| HSL | 42º | 0.65% | 0.64% | - |
| HSV(B) | 42º | 0.54% | 0.87% | - |
| XYZ | 50.65 | 52.21 | 20.24 | - |
| YUV | 188.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 103 | 0 | 0.16 | 0.54 | 0.13 | 42 | 0.65 | 0.64 |
| Hex | DF | BB | 67 | 0 | 10 | 36 | D | 2A | 41 | 40 |
| Octal | 337 | 273 | 147 | 0 | 20 | 66 | 15 | 52 | 101 | 100 |
| Binary | 11011111 | 10111011 | 1100111 | 0 | 10000 | 110110 | 1101 | 101010 | 1000001 | 1000000 |
Color Harmonies of #DFBB67
Complementary color
Monochromatic Colors of #DFBB67
Black with #DFBB67
Text Example
Text Example
White with #DFBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB67; }
p { color: rgb(223,187,103); }
H1.HeaderClassName
{
color: #DFBB67;
}
.AnyTagClassName
{
color: #DFBB67;
}
</style>
background-color css
<style>
a { background-color: #DFBB67; }
a { background-color: rgb(223,187,103); }
div.DivClassName
{
background-color: #DFBB67;
}
.BgClassName
{
background-color: #DFBB67;
}
</style>
border-color css
<style>
span { border-color: #DFBB67; }
span { border-color: rgb(223,187,103); }
td.TdClassName
{
border-color: #DFBB67;
}
.TagClassName
{
border-color: #DFBB67;
}
</style>