Shades of Orinoco #D0D3B7
Tints of Orinoco #D0D3B7
RGB
CMYK
RGB Variations
Color information
#D0D3B7 (or 0xD0D3B7) is known color: Orinoco. HEX triplet: D0, D3 and B7. RGB value is (208,211,183). Sum of RGB (Red+Green+Blue) = 208+211+183=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3B7 is #2F2C48. Grayscale: #CFCFCF. Windows color (decimal): -3091529 or 12047312. OLE color: 12047312.
HSL color Cylindrical-coordinate representation of color #D0D3B7: hue angle of 66.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D3B7 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 183 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.17 |
| HSL | 66.43º | 0.24% | 0.77% | - |
| HSV(B) | 66.43º | 0.13% | 0.83% | - |
| XYZ | 57.85 | 63.42 | 53.99 | - |
| YUV | 206.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 183 | 0.01 | 0 | 0.13 | 0.17 | 66.43 | 0.24 | 0.77 |
| Hex | D0 | D3 | B7 | 1 | 0 | D | 11 | 42 | 18 | 4D |
| Octal | 320 | 323 | 267 | 1 | 0 | 15 | 21 | 102 | 30 | 115 |
| Binary | 11010000 | 11010011 | 10110111 | 1 | 0 | 1101 | 10001 | 1000010 | 11000 | 1001101 |
Color Harmonies of #D0D3B7
Complementary color
Monochromatic Colors of #D0D3B7
Black with #D0D3B7
Text Example
Text Example
White with #D0D3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3B7; }
p { color: rgb(208,211,183); }
H1.HeaderClassName
{
color: #D0D3B7;
}
.AnyTagClassName
{
color: #D0D3B7;
}
</style>
background-color css
<style>
a { background-color: #D0D3B7; }
a { background-color: rgb(208,211,183); }
div.DivClassName
{
background-color: #D0D3B7;
}
.BgClassName
{
background-color: #D0D3B7;
}
</style>
border-color css
<style>
span { border-color: #D0D3B7; }
span { border-color: rgb(208,211,183); }
td.TdClassName
{
border-color: #D0D3B7;
}
.TagClassName
{
border-color: #D0D3B7;
}
</style>