Shades of Straw #DCBA7D
Tints of Straw #DCBA7D
RGB
CMYK
RGB Variations
Color information
#DCBA7D (or 0xDCBA7D) is known color: Straw. HEX triplet: DC, BA and 7D. RGB value is (220,186,125). Sum of RGB (Red+Green+Blue) = 220+186+125=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7D is #234582. Grayscale: #BDBDBD. Windows color (decimal): -2311555 or 8239836. OLE color: 8239836.
HSL color Cylindrical-coordinate representation of color #DCBA7D: hue angle of 38.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCBA7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 186 | 125 | - |
CMYK | 0 | 0.15 | 0.43 | 0.14 |
HSL | 38.53º | 0.58% | 0.68% | - |
HSV(B) | 38.53º | 0.43% | 0.86% | - |
XYZ | 50.78 | 51.81 | 26.73 | - |
YUV | 189.21 | 91.76 | 149.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 186 | 125 | 0 | 0.15 | 0.43 | 0.14 | 38.53 | 0.58 | 0.68 |
Hex | DC | BA | 7D | 0 | F | 2B | E | 27 | 3A | 44 |
Octal | 334 | 272 | 175 | 0 | 17 | 53 | 16 | 47 | 72 | 104 |
Binary | 11011100 | 10111010 | 1111101 | 0 | 1111 | 101011 | 1110 | 100111 | 111010 | 1000100 |
Color Harmonies of #DCBA7D
Complementary color
Monochromatic Colors of #DCBA7D
Black with #DCBA7D
Text Example
Text Example
White with #DCBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA7D; }
p { color: rgb(220,186,125); }
H1.HeaderClassName
{
color: #DCBA7D;
}
.AnyTagClassName
{
color: #DCBA7D;
}
</style>
background-color css
<style>
a { background-color: #DCBA7D; }
a { background-color: rgb(220,186,125); }
div.DivClassName
{
background-color: #DCBA7D;
}
.BgClassName
{
background-color: #DCBA7D;
}
</style>
border-color css
<style>
span { border-color: #DCBA7D; }
span { border-color: rgb(220,186,125); }
td.TdClassName
{
border-color: #DCBA7D;
}
.TagClassName
{
border-color: #DCBA7D;
}
</style>