Shades of Maize #DFB678
Tints of Maize #DFB678
RGB
CMYK
RGB Variations
Color information
#DFB678 (or 0xDFB678) is known color: Maize. HEX triplet: DF, B6 and 78. RGB value is (223,182,120). Sum of RGB (Red+Green+Blue) = 223+182+120=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB678 is #204987. Grayscale: #BBBBBB. Windows color (decimal): -2115976 or 7911135. OLE color: 7911135.
HSL color Cylindrical-coordinate representation of color #DFB678: hue angle of 36.12º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFB678 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 120 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.13 |
| HSL | 36.12º | 0.62% | 0.67% | - |
| HSV(B) | 36.12º | 0.46% | 0.87% | - |
| XYZ | 50.55 | 50.5 | 24.85 | - |
| YUV | 187.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 120 | 0 | 0.18 | 0.46 | 0.13 | 36.12 | 0.62 | 0.67 |
| Hex | DF | B6 | 78 | 0 | 12 | 2E | D | 24 | 3E | 43 |
| Octal | 337 | 266 | 170 | 0 | 22 | 56 | 15 | 44 | 76 | 103 |
| Binary | 11011111 | 10110110 | 1111000 | 0 | 10010 | 101110 | 1101 | 100100 | 111110 | 1000011 |
Color Harmonies of #DFB678
Complementary color
Monochromatic Colors of #DFB678
Black with #DFB678
Text Example
Text Example
White with #DFB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB678; }
p { color: rgb(223,182,120); }
H1.HeaderClassName
{
color: #DFB678;
}
.AnyTagClassName
{
color: #DFB678;
}
</style>
background-color css
<style>
a { background-color: #DFB678; }
a { background-color: rgb(223,182,120); }
div.DivClassName
{
background-color: #DFB678;
}
.BgClassName
{
background-color: #DFB678;
}
</style>
border-color css
<style>
span { border-color: #DFB678; }
span { border-color: rgb(223,182,120); }
td.TdClassName
{
border-color: #DFB678;
}
.TagClassName
{
border-color: #DFB678;
}
</style>