Shades of Straw #D7C083
Tints of Straw #D7C083
RGB
CMYK
RGB Variations
Color information
#D7C083 (or 0xD7C083) is known color: Straw. HEX triplet: D7, C0 and 83. RGB value is (215,192,131). Sum of RGB (Red+Green+Blue) = 215+192+131=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C083 is #283F7C. Grayscale: #C0C0C0. Windows color (decimal): -2637693 or 8634583. OLE color: 8634583.
HSL color Cylindrical-coordinate representation of color #D7C083: hue angle of 43.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7C083 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 131 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.16 |
| HSL | 43.57º | 0.51% | 0.68% | - |
| HSV(B) | 43.57º | 0.39% | 0.84% | - |
| XYZ | 50.97 | 53.79 | 29.17 | - |
| YUV | 191.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 131 | 0 | 0.11 | 0.39 | 0.16 | 43.57 | 0.51 | 0.68 |
| Hex | D7 | C0 | 83 | 0 | B | 27 | 10 | 2C | 33 | 44 |
| Octal | 327 | 300 | 203 | 0 | 13 | 47 | 20 | 54 | 63 | 104 |
| Binary | 11010111 | 11000000 | 10000011 | 0 | 1011 | 100111 | 10000 | 101100 | 110011 | 1000100 |
Color Harmonies of #D7C083
Complementary color
Monochromatic Colors of #D7C083
Black with #D7C083
Text Example
Text Example
White with #D7C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C083; }
p { color: rgb(215,192,131); }
H1.HeaderClassName
{
color: #D7C083;
}
.AnyTagClassName
{
color: #D7C083;
}
</style>
background-color css
<style>
a { background-color: #D7C083; }
a { background-color: rgb(215,192,131); }
div.DivClassName
{
background-color: #D7C083;
}
.BgClassName
{
background-color: #D7C083;
}
</style>
border-color css
<style>
span { border-color: #D7C083; }
span { border-color: rgb(215,192,131); }
td.TdClassName
{
border-color: #D7C083;
}
.TagClassName
{
border-color: #D7C083;
}
</style>