Shades of Maize #DFB77D
Tints of Maize #DFB77D
RGB
CMYK
RGB Variations
Color information
#DFB77D (or 0xDFB77D) is known color: Maize. HEX triplet: DF, B7 and 7D. RGB value is (223,183,125). Sum of RGB (Red+Green+Blue) = 223+183+125=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB77D is #204882. Grayscale: #BCBCBC. Windows color (decimal): -2115715 or 8239071. OLE color: 8239071.
HSL color Cylindrical-coordinate representation of color #DFB77D: hue angle of 35.51º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFB77D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 183 | 125 | - |
CMYK | 0 | 0.18 | 0.44 | 0.13 |
HSL | 35.51º | 0.6% | 0.68% | - |
HSV(B) | 35.51º | 0.44% | 0.87% | - |
XYZ | 51.07 | 51.04 | 26.56 | - |
YUV | 188.35 | 92.25 | 152.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 183 | 125 | 0 | 0.18 | 0.44 | 0.13 | 35.51 | 0.6 | 0.68 |
Hex | DF | B7 | 7D | 0 | 12 | 2C | D | 24 | 3C | 44 |
Octal | 337 | 267 | 175 | 0 | 22 | 54 | 15 | 44 | 74 | 104 |
Binary | 11011111 | 10110111 | 1111101 | 0 | 10010 | 101100 | 1101 | 100100 | 111100 | 1000100 |
Color Harmonies of #DFB77D
Complementary color
Monochromatic Colors of #DFB77D
Black with #DFB77D
Text Example
Text Example
White with #DFB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB77D; }
p { color: rgb(223,183,125); }
H1.HeaderClassName
{
color: #DFB77D;
}
.AnyTagClassName
{
color: #DFB77D;
}
</style>
background-color css
<style>
a { background-color: #DFB77D; }
a { background-color: rgb(223,183,125); }
div.DivClassName
{
background-color: #DFB77D;
}
.BgClassName
{
background-color: #DFB77D;
}
</style>
border-color css
<style>
span { border-color: #DFB77D; }
span { border-color: rgb(223,183,125); }
td.TdClassName
{
border-color: #DFB77D;
}
.TagClassName
{
border-color: #DFB77D;
}
</style>