Shades of Straw #DFBC7D
Tints of Straw #DFBC7D
RGB
CMYK
RGB Variations
Color information
#DFBC7D (or 0xDFBC7D) is known color: Straw. HEX triplet: DF, BC and 7D. RGB value is (223,188,125). Sum of RGB (Red+Green+Blue) = 223+188+125=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC7D is #204382. Grayscale: #BFBFBF. Windows color (decimal): -2114435 or 8240351. OLE color: 8240351.
HSL color Cylindrical-coordinate representation of color #DFBC7D: hue angle of 38.57º 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 #DFBC7D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 188 | 125 | - |
CMYK | 0 | 0.16 | 0.44 | 0.13 |
HSL | 38.57º | 0.6% | 0.68% | - |
HSV(B) | 38.57º | 0.44% | 0.87% | - |
XYZ | 52.12 | 53.14 | 26.91 | - |
YUV | 191.28 | 90.6 | 150.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 188 | 125 | 0 | 0.16 | 0.44 | 0.13 | 38.57 | 0.6 | 0.68 |
Hex | DF | BC | 7D | 0 | 10 | 2C | D | 27 | 3C | 44 |
Octal | 337 | 274 | 175 | 0 | 20 | 54 | 15 | 47 | 74 | 104 |
Binary | 11011111 | 10111100 | 1111101 | 0 | 10000 | 101100 | 1101 | 100111 | 111100 | 1000100 |
Color Harmonies of #DFBC7D
Complementary color
Monochromatic Colors of #DFBC7D
Black with #DFBC7D
Text Example
Text Example
White with #DFBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC7D; }
p { color: rgb(223,188,125); }
H1.HeaderClassName
{
color: #DFBC7D;
}
.AnyTagClassName
{
color: #DFBC7D;
}
</style>
background-color css
<style>
a { background-color: #DFBC7D; }
a { background-color: rgb(223,188,125); }
div.DivClassName
{
background-color: #DFBC7D;
}
.BgClassName
{
background-color: #DFBC7D;
}
</style>
border-color css
<style>
span { border-color: #DFBC7D; }
span { border-color: rgb(223,188,125); }
td.TdClassName
{
border-color: #DFBC7D;
}
.TagClassName
{
border-color: #DFBC7D;
}
</style>