Shades of Orinoco #CDD0AD
Tints of Orinoco #CDD0AD
RGB
CMYK
RGB Variations
Color information
#CDD0AD (or 0xCDD0AD) is known color: Orinoco. HEX triplet: CD, D0 and AD. RGB value is (205,208,173). Sum of RGB (Red+Green+Blue) = 205+208+173=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD0AD is #322F52. Grayscale: #CBCBCB. Windows color (decimal): -3288915 or 11391181. OLE color: 11391181.
HSL color Cylindrical-coordinate representation of color #CDD0AD: hue angle of 65.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD0AD is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 173 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.18 |
| HSL | 65.14º | 0.27% | 0.75% | - |
| HSV(B) | 65.14º | 0.17% | 0.82% | - |
| XYZ | 55.28 | 61.11 | 48.42 | - |
| YUV | 203.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 173 | 0.01 | 0 | 0.17 | 0.18 | 65.14 | 0.27 | 0.75 |
| Hex | CD | D0 | AD | 1 | 0 | 11 | 12 | 41 | 1B | 4B |
| Octal | 315 | 320 | 255 | 1 | 0 | 21 | 22 | 101 | 33 | 113 |
| Binary | 11001101 | 11010000 | 10101101 | 1 | 0 | 10001 | 10010 | 1000001 | 11011 | 1001011 |
Color Harmonies of #CDD0AD
Complementary color
Monochromatic Colors of #CDD0AD
Black with #CDD0AD
Text Example
Text Example
White with #CDD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0AD; }
p { color: rgb(205,208,173); }
H1.HeaderClassName
{
color: #CDD0AD;
}
.AnyTagClassName
{
color: #CDD0AD;
}
</style>
background-color css
<style>
a { background-color: #CDD0AD; }
a { background-color: rgb(205,208,173); }
div.DivClassName
{
background-color: #CDD0AD;
}
.BgClassName
{
background-color: #CDD0AD;
}
</style>
border-color css
<style>
span { border-color: #CDD0AD; }
span { border-color: rgb(205,208,173); }
td.TdClassName
{
border-color: #CDD0AD;
}
.TagClassName
{
border-color: #CDD0AD;
}
</style>