Shades of Straw #D6C17E
Tints of Straw #D6C17E
RGB
CMYK
RGB Variations
Color information
#D6C17E (or 0xD6C17E) is known color: Straw. HEX triplet: D6, C1 and 7E. RGB value is (214,193,126). Sum of RGB (Red+Green+Blue) = 214+193+126=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C17E is #293E81. Grayscale: #BFBFBF. Windows color (decimal): -2702978 or 8307158. OLE color: 8307158.
HSL color Cylindrical-coordinate representation of color #D6C17E: hue angle of 45.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6C17E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 126 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.16 |
| HSL | 45.68º | 0.52% | 0.67% | - |
| HSV(B) | 45.68º | 0.41% | 0.84% | - |
| XYZ | 50.57 | 53.94 | 27.49 | - |
| YUV | 191.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 126 | 0 | 0.10 | 0.41 | 0.16 | 45.68 | 0.52 | 0.67 |
| Hex | D6 | C1 | 7E | 0 | A | 29 | 10 | 2E | 34 | 43 |
| Octal | 326 | 301 | 176 | 0 | 12 | 51 | 20 | 56 | 64 | 103 |
| Binary | 11010110 | 11000001 | 1111110 | 0 | 1010 | 101001 | 10000 | 101110 | 110100 | 1000011 |
Color Harmonies of #D6C17E
Complementary color
Monochromatic Colors of #D6C17E
Black with #D6C17E
Text Example
Text Example
White with #D6C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C17E; }
p { color: rgb(214,193,126); }
H1.HeaderClassName
{
color: #D6C17E;
}
.AnyTagClassName
{
color: #D6C17E;
}
</style>
background-color css
<style>
a { background-color: #D6C17E; }
a { background-color: rgb(214,193,126); }
div.DivClassName
{
background-color: #D6C17E;
}
.BgClassName
{
background-color: #D6C17E;
}
</style>
border-color css
<style>
span { border-color: #D6C17E; }
span { border-color: rgb(214,193,126); }
td.TdClassName
{
border-color: #D6C17E;
}
.TagClassName
{
border-color: #D6C17E;
}
</style>