Shades of Orinoco #CDD3A0
Tints of Orinoco #CDD3A0
RGB
CMYK
RGB Variations
Color information
#CDD3A0 (or 0xCDD3A0) is known color: Orinoco. HEX triplet: CD, D3 and A0. RGB value is (205,211,160). Sum of RGB (Red+Green+Blue) = 205+211+160=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3A0 is #322C5F. Grayscale: #CBCBCB. Windows color (decimal): -3288160 or 10539981. OLE color: 10539981.
HSL color Cylindrical-coordinate representation of color #CDD3A0: hue angle of 67.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD3A0 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 160 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.17 |
| HSL | 67.06º | 0.37% | 0.73% | - |
| HSV(B) | 67.06º | 0.24% | 0.83% | - |
| XYZ | 54.82 | 62.11 | 42.36 | - |
| YUV | 203.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 160 | 0.03 | 0 | 0.24 | 0.17 | 67.06 | 0.37 | 0.73 |
| Hex | CD | D3 | A0 | 3 | 0 | 18 | 11 | 43 | 25 | 49 |
| Octal | 315 | 323 | 240 | 3 | 0 | 30 | 21 | 103 | 45 | 111 |
| Binary | 11001101 | 11010011 | 10100000 | 11 | 0 | 11000 | 10001 | 1000011 | 100101 | 1001001 |
Color Harmonies of #CDD3A0
Complementary color
Monochromatic Colors of #CDD3A0
Black with #CDD3A0
Text Example
Text Example
White with #CDD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3A0; }
p { color: rgb(205,211,160); }
H1.HeaderClassName
{
color: #CDD3A0;
}
.AnyTagClassName
{
color: #CDD3A0;
}
</style>
background-color css
<style>
a { background-color: #CDD3A0; }
a { background-color: rgb(205,211,160); }
div.DivClassName
{
background-color: #CDD3A0;
}
.BgClassName
{
background-color: #CDD3A0;
}
</style>
border-color css
<style>
span { border-color: #CDD3A0; }
span { border-color: rgb(205,211,160); }
td.TdClassName
{
border-color: #CDD3A0;
}
.TagClassName
{
border-color: #CDD3A0;
}
</style>