Shades of Orinoco #D5D3AC
Tints of Orinoco #D5D3AC
RGB
CMYK
RGB Variations
Color information
#D5D3AC (or 0xD5D3AC) is known color: Orinoco. HEX triplet: D5, D3 and AC. RGB value is (213,211,172). Sum of RGB (Red+Green+Blue) = 213+211+172=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D3AC is #2A2C53. Grayscale: #CFCFCF. Windows color (decimal): -2763860 or 11326421. OLE color: 11326421.
HSL color Cylindrical-coordinate representation of color #D5D3AC: hue angle of 57.07º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D3AC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 172 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.16 |
| HSL | 57.07º | 0.33% | 0.75% | - |
| HSV(B) | 57.07º | 0.19% | 0.84% | - |
| XYZ | 58.18 | 63.71 | 48.26 | - |
| YUV | 207.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 172 | 0 | 0.01 | 0.19 | 0.16 | 57.07 | 0.33 | 0.75 |
| Hex | D5 | D3 | AC | 0 | 1 | 13 | 10 | 39 | 21 | 4B |
| Octal | 325 | 323 | 254 | 0 | 1 | 23 | 20 | 71 | 41 | 113 |
| Binary | 11010101 | 11010011 | 10101100 | 0 | 1 | 10011 | 10000 | 111001 | 100001 | 1001011 |
Color Harmonies of #D5D3AC
Complementary color
Monochromatic Colors of #D5D3AC
Black with #D5D3AC
Text Example
Text Example
White with #D5D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3AC; }
p { color: rgb(213,211,172); }
H1.HeaderClassName
{
color: #D5D3AC;
}
.AnyTagClassName
{
color: #D5D3AC;
}
</style>
background-color css
<style>
a { background-color: #D5D3AC; }
a { background-color: rgb(213,211,172); }
div.DivClassName
{
background-color: #D5D3AC;
}
.BgClassName
{
background-color: #D5D3AC;
}
</style>
border-color css
<style>
span { border-color: #D5D3AC; }
span { border-color: rgb(213,211,172); }
td.TdClassName
{
border-color: #D5D3AC;
}
.TagClassName
{
border-color: #D5D3AC;
}
</style>