Shades of Orinoco #D0DCAB
Tints of Orinoco #D0DCAB
RGB
CMYK
RGB Variations
Color information
#D0DCAB (or 0xD0DCAB) is known color: Orinoco. HEX triplet: D0, DC and AB. RGB value is (208,220,171). Sum of RGB (Red+Green+Blue) = 208+220+171=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCAB is #2F2354. Grayscale: #D3D3D3. Windows color (decimal): -3089237 or 11263184. OLE color: 11263184.
HSL color Cylindrical-coordinate representation of color #D0DCAB: hue angle of 74.69º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DCAB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 171 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.14 |
| HSL | 74.69º | 0.41% | 0.77% | - |
| HSV(B) | 74.69º | 0.22% | 0.86% | - |
| XYZ | 58.96 | 67.54 | 48.46 | - |
| YUV | 210.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 171 | 0.05 | 0 | 0.22 | 0.14 | 74.69 | 0.41 | 0.77 |
| Hex | D0 | DC | AB | 5 | 0 | 16 | E | 4B | 29 | 4D |
| Octal | 320 | 334 | 253 | 5 | 0 | 26 | 16 | 113 | 51 | 115 |
| Binary | 11010000 | 11011100 | 10101011 | 101 | 0 | 10110 | 1110 | 1001011 | 101001 | 1001101 |
Color Harmonies of #D0DCAB
Complementary color
Monochromatic Colors of #D0DCAB
Black with #D0DCAB
Text Example
Text Example
White with #D0DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCAB; }
p { color: rgb(208,220,171); }
H1.HeaderClassName
{
color: #D0DCAB;
}
.AnyTagClassName
{
color: #D0DCAB;
}
</style>
background-color css
<style>
a { background-color: #D0DCAB; }
a { background-color: rgb(208,220,171); }
div.DivClassName
{
background-color: #D0DCAB;
}
.BgClassName
{
background-color: #D0DCAB;
}
</style>
border-color css
<style>
span { border-color: #D0DCAB; }
span { border-color: rgb(208,220,171); }
td.TdClassName
{
border-color: #D0DCAB;
}
.TagClassName
{
border-color: #D0DCAB;
}
</style>