Shades of Orinoco #D0D5AC
Tints of Orinoco #D0D5AC
RGB
CMYK
RGB Variations
Color information
#D0D5AC (or 0xD0D5AC) is known color: Orinoco. HEX triplet: D0, D5 and AC. RGB value is (208,213,172). Sum of RGB (Red+Green+Blue) = 208+213+172=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D5AC is #2F2A53. Grayscale: #CECECE. Windows color (decimal): -3091028 or 11326928. OLE color: 11326928.
HSL color Cylindrical-coordinate representation of color #D0D5AC: hue angle of 67.32º 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 #D0D5AC is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 172 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.16 |
| HSL | 67.32º | 0.33% | 0.75% | - |
| HSV(B) | 67.32º | 0.19% | 0.84% | - |
| XYZ | 57.25 | 63.98 | 48.36 | - |
| YUV | 206.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 172 | 0.02 | 0 | 0.19 | 0.16 | 67.32 | 0.33 | 0.75 |
| Hex | D0 | D5 | AC | 2 | 0 | 13 | 10 | 43 | 21 | 4B |
| Octal | 320 | 325 | 254 | 2 | 0 | 23 | 20 | 103 | 41 | 113 |
| Binary | 11010000 | 11010101 | 10101100 | 10 | 0 | 10011 | 10000 | 1000011 | 100001 | 1001011 |
Color Harmonies of #D0D5AC
Complementary color
Monochromatic Colors of #D0D5AC
Black with #D0D5AC
Text Example
Text Example
White with #D0D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5AC; }
p { color: rgb(208,213,172); }
H1.HeaderClassName
{
color: #D0D5AC;
}
.AnyTagClassName
{
color: #D0D5AC;
}
</style>
background-color css
<style>
a { background-color: #D0D5AC; }
a { background-color: rgb(208,213,172); }
div.DivClassName
{
background-color: #D0D5AC;
}
.BgClassName
{
background-color: #D0D5AC;
}
</style>
border-color css
<style>
span { border-color: #D0D5AC; }
span { border-color: rgb(208,213,172); }
td.TdClassName
{
border-color: #D0D5AC;
}
.TagClassName
{
border-color: #D0D5AC;
}
</style>