Shades of Orinoco #D1D5B3
Tints of Orinoco #D1D5B3
RGB
CMYK
RGB Variations
Color information
#D1D5B3 (or 0xD1D5B3) is known color: Orinoco. HEX triplet: D1, D5 and B3. RGB value is (209,213,179). Sum of RGB (Red+Green+Blue) = 209+213+179=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5B3 is #2E2A4C. Grayscale: #D0D0D0. Windows color (decimal): -3025485 or 11785681. OLE color: 11785681.
HSL color Cylindrical-coordinate representation of color #D1D5B3: hue angle of 67.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D5B3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 179 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.16 |
| HSL | 67.06º | 0.29% | 0.77% | - |
| HSV(B) | 67.06º | 0.16% | 0.84% | - |
| XYZ | 58.23 | 64.4 | 52.01 | - |
| YUV | 207.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 179 | 0.02 | 0 | 0.16 | 0.16 | 67.06 | 0.29 | 0.77 |
| Hex | D1 | D5 | B3 | 2 | 0 | 10 | 10 | 43 | 1D | 4D |
| Octal | 321 | 325 | 263 | 2 | 0 | 20 | 20 | 103 | 35 | 115 |
| Binary | 11010001 | 11010101 | 10110011 | 10 | 0 | 10000 | 10000 | 1000011 | 11101 | 1001101 |
Color Harmonies of #D1D5B3
Complementary color
Monochromatic Colors of #D1D5B3
Black with #D1D5B3
Text Example
Text Example
White with #D1D5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5B3; }
p { color: rgb(209,213,179); }
H1.HeaderClassName
{
color: #D1D5B3;
}
.AnyTagClassName
{
color: #D1D5B3;
}
</style>
background-color css
<style>
a { background-color: #D1D5B3; }
a { background-color: rgb(209,213,179); }
div.DivClassName
{
background-color: #D1D5B3;
}
.BgClassName
{
background-color: #D1D5B3;
}
</style>
border-color css
<style>
span { border-color: #D1D5B3; }
span { border-color: rgb(209,213,179); }
td.TdClassName
{
border-color: #D1D5B3;
}
.TagClassName
{
border-color: #D1D5B3;
}
</style>