Shades of Orinoco #D0D3B8
Tints of Orinoco #D0D3B8
RGB
CMYK
RGB Variations
Color information
#D0D3B8 (or 0xD0D3B8) is known color: Orinoco. HEX triplet: D0, D3 and B8. RGB value is (208,211,184). Sum of RGB (Red+Green+Blue) = 208+211+184=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3B8 is #2F2C47. Grayscale: #CFCFCF. Windows color (decimal): -3091528 or 12112848. OLE color: 12112848.
HSL color Cylindrical-coordinate representation of color #D0D3B8: hue angle of 66.67º degrees, saturation: 0.23, 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 #D0D3B8 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 184 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.17 |
| HSL | 66.67º | 0.23% | 0.77% | - |
| HSV(B) | 66.67º | 0.13% | 0.83% | - |
| XYZ | 57.96 | 63.46 | 54.54 | - |
| YUV | 207.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 184 | 0.01 | 0 | 0.13 | 0.17 | 66.67 | 0.23 | 0.77 |
| Hex | D0 | D3 | B8 | 1 | 0 | D | 11 | 43 | 17 | 4D |
| Octal | 320 | 323 | 270 | 1 | 0 | 15 | 21 | 103 | 27 | 115 |
| Binary | 11010000 | 11010011 | 10111000 | 1 | 0 | 1101 | 10001 | 1000011 | 10111 | 1001101 |
Color Harmonies of #D0D3B8
Complementary color
Monochromatic Colors of #D0D3B8
Black with #D0D3B8
Text Example
Text Example
White with #D0D3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3B8; }
p { color: rgb(208,211,184); }
H1.HeaderClassName
{
color: #D0D3B8;
}
.AnyTagClassName
{
color: #D0D3B8;
}
</style>
background-color css
<style>
a { background-color: #D0D3B8; }
a { background-color: rgb(208,211,184); }
div.DivClassName
{
background-color: #D0D3B8;
}
.BgClassName
{
background-color: #D0D3B8;
}
</style>
border-color css
<style>
span { border-color: #D0D3B8; }
span { border-color: rgb(208,211,184); }
td.TdClassName
{
border-color: #D0D3B8;
}
.TagClassName
{
border-color: #D0D3B8;
}
</style>