Shades of Straw #D5C08A
Tints of Straw #D5C08A
RGB
CMYK
RGB Variations
Color information
#D5C08A (or 0xD5C08A) is known color: Straw. HEX triplet: D5, C0 and 8A. RGB value is (213,192,138). Sum of RGB (Red+Green+Blue) = 213+192+138=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C08A is #2A3F75. Grayscale: #C0C0C0. Windows color (decimal): -2768758 or 9093333. OLE color: 9093333.
HSL color Cylindrical-coordinate representation of color #D5C08A: hue angle of 43.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5C08A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 138 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.16 |
| HSL | 43.2º | 0.47% | 0.69% | - |
| HSV(B) | 43.2º | 0.35% | 0.84% | - |
| XYZ | 50.88 | 53.68 | 31.72 | - |
| YUV | 192.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 138 | 0 | 0.10 | 0.35 | 0.16 | 43.2 | 0.47 | 0.69 |
| Hex | D5 | C0 | 8A | 0 | A | 23 | 10 | 2B | 2F | 45 |
| Octal | 325 | 300 | 212 | 0 | 12 | 43 | 20 | 53 | 57 | 105 |
| Binary | 11010101 | 11000000 | 10001010 | 0 | 1010 | 100011 | 10000 | 101011 | 101111 | 1000101 |
Color Harmonies of #D5C08A
Complementary color
Monochromatic Colors of #D5C08A
Black with #D5C08A
Text Example
Text Example
White with #D5C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C08A; }
p { color: rgb(213,192,138); }
H1.HeaderClassName
{
color: #D5C08A;
}
.AnyTagClassName
{
color: #D5C08A;
}
</style>
background-color css
<style>
a { background-color: #D5C08A; }
a { background-color: rgb(213,192,138); }
div.DivClassName
{
background-color: #D5C08A;
}
.BgClassName
{
background-color: #D5C08A;
}
</style>
border-color css
<style>
span { border-color: #D5C08A; }
span { border-color: rgb(213,192,138); }
td.TdClassName
{
border-color: #D5C08A;
}
.TagClassName
{
border-color: #D5C08A;
}
</style>