Shades of Orinoco #D0D5A3
Tints of Orinoco #D0D5A3
RGB
CMYK
RGB Variations
Color information
#D0D5A3 (or 0xD0D5A3) is known color: Orinoco. HEX triplet: D0, D5 and A3. RGB value is (208,213,163). Sum of RGB (Red+Green+Blue) = 208+213+163=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D5A3 is #2F2A5C. Grayscale: #CECECE. Windows color (decimal): -3091037 or 10737104. OLE color: 10737104.
HSL color Cylindrical-coordinate representation of color #D0D5A3: hue angle of 66º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0D5A3 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 163 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.16 |
| HSL | 66º | 0.37% | 0.74% | - |
| HSV(B) | 66º | 0.23% | 0.84% | - |
| XYZ | 56.42 | 63.64 | 43.96 | - |
| YUV | 205.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 163 | 0.02 | 0 | 0.23 | 0.16 | 66 | 0.37 | 0.74 |
| Hex | D0 | D5 | A3 | 2 | 0 | 17 | 10 | 42 | 25 | 4A |
| Octal | 320 | 325 | 243 | 2 | 0 | 27 | 20 | 102 | 45 | 112 |
| Binary | 11010000 | 11010101 | 10100011 | 10 | 0 | 10111 | 10000 | 1000010 | 100101 | 1001010 |
Color Harmonies of #D0D5A3
Complementary color
Monochromatic Colors of #D0D5A3
Black with #D0D5A3
Text Example
Text Example
White with #D0D5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5A3; }
p { color: rgb(208,213,163); }
H1.HeaderClassName
{
color: #D0D5A3;
}
.AnyTagClassName
{
color: #D0D5A3;
}
</style>
background-color css
<style>
a { background-color: #D0D5A3; }
a { background-color: rgb(208,213,163); }
div.DivClassName
{
background-color: #D0D5A3;
}
.BgClassName
{
background-color: #D0D5A3;
}
</style>
border-color css
<style>
span { border-color: #D0D5A3; }
span { border-color: rgb(208,213,163); }
td.TdClassName
{
border-color: #D0D5A3;
}
.TagClassName
{
border-color: #D0D5A3;
}
</style>