Shades of Maize #DFB67B
Tints of Maize #DFB67B
RGB
CMYK
RGB Variations
Color information
#DFB67B (or 0xDFB67B) is known color: Maize. HEX triplet: DF, B6 and 7B. RGB value is (223,182,123). Sum of RGB (Red+Green+Blue) = 223+182+123=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB67B is #204984. Grayscale: #BBBBBB. Windows color (decimal): -2115973 or 8107743. OLE color: 8107743.
HSL color Cylindrical-coordinate representation of color #DFB67B: hue angle of 35.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFB67B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 123 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.13 |
| HSL | 35.4º | 0.61% | 0.68% | - |
| HSV(B) | 35.4º | 0.45% | 0.87% | - |
| XYZ | 50.73 | 50.57 | 25.83 | - |
| YUV | 187.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 123 | 0 | 0.18 | 0.45 | 0.13 | 35.4 | 0.61 | 0.68 |
| Hex | DF | B6 | 7B | 0 | 12 | 2D | D | 23 | 3D | 44 |
| Octal | 337 | 266 | 173 | 0 | 22 | 55 | 15 | 43 | 75 | 104 |
| Binary | 11011111 | 10110110 | 1111011 | 0 | 10010 | 101101 | 1101 | 100011 | 111101 | 1000100 |
Color Harmonies of #DFB67B
Complementary color
Monochromatic Colors of #DFB67B
Black with #DFB67B
Text Example
Text Example
White with #DFB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB67B; }
p { color: rgb(223,182,123); }
H1.HeaderClassName
{
color: #DFB67B;
}
.AnyTagClassName
{
color: #DFB67B;
}
</style>
background-color css
<style>
a { background-color: #DFB67B; }
a { background-color: rgb(223,182,123); }
div.DivClassName
{
background-color: #DFB67B;
}
.BgClassName
{
background-color: #DFB67B;
}
</style>
border-color css
<style>
span { border-color: #DFB67B; }
span { border-color: rgb(223,182,123); }
td.TdClassName
{
border-color: #DFB67B;
}
.TagClassName
{
border-color: #DFB67B;
}
</style>