Shades of Straw #DAC083
Tints of Straw #DAC083
RGB
CMYK
RGB Variations
Color information
#DAC083 (or 0xDAC083) is known color: Straw. HEX triplet: DA, C0 and 83. RGB value is (218,192,131). Sum of RGB (Red+Green+Blue) = 218+192+131=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC083 is #253F7C. Grayscale: #C1C1C1. Windows color (decimal): -2441085 or 8634586. OLE color: 8634586.
HSL color Cylindrical-coordinate representation of color #DAC083: hue angle of 42.07º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAC083 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 42.07º | 0.54% | 0.68% | - |
| HSV(B) | 42.07º | 0.4% | 0.85% | - |
| XYZ | 51.86 | 54.24 | 29.21 | - |
| YUV | 192.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 131 | 0 | 0.12 | 0.40 | 0.15 | 42.07 | 0.54 | 0.68 |
| Hex | DA | C0 | 83 | 0 | C | 28 | F | 2A | 36 | 44 |
| Octal | 332 | 300 | 203 | 0 | 14 | 50 | 17 | 52 | 66 | 104 |
| Binary | 11011010 | 11000000 | 10000011 | 0 | 1100 | 101000 | 1111 | 101010 | 110110 | 1000100 |
Color Harmonies of #DAC083
Complementary color
Monochromatic Colors of #DAC083
Black with #DAC083
Text Example
Text Example
White with #DAC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC083; }
p { color: rgb(218,192,131); }
H1.HeaderClassName
{
color: #DAC083;
}
.AnyTagClassName
{
color: #DAC083;
}
</style>
background-color css
<style>
a { background-color: #DAC083; }
a { background-color: rgb(218,192,131); }
div.DivClassName
{
background-color: #DAC083;
}
.BgClassName
{
background-color: #DAC083;
}
</style>
border-color css
<style>
span { border-color: #DAC083; }
span { border-color: rgb(218,192,131); }
td.TdClassName
{
border-color: #DAC083;
}
.TagClassName
{
border-color: #DAC083;
}
</style>