Shades of Orinoco #CDD0A5
Tints of Orinoco #CDD0A5
RGB
CMYK
RGB Variations
Color information
#CDD0A5 (or 0xCDD0A5) is known color: Orinoco. HEX triplet: CD, D0 and A5. RGB value is (205,208,165). Sum of RGB (Red+Green+Blue) = 205+208+165=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD0A5 is #322F5A. Grayscale: #CACACA. Windows color (decimal): -3288923 or 10866893. OLE color: 10866893.
HSL color Cylindrical-coordinate representation of color #CDD0A5: hue angle of 64.19º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDD0A5 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 165 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.18 |
| HSL | 64.19º | 0.31% | 0.73% | - |
| HSV(B) | 64.19º | 0.21% | 0.82% | - |
| XYZ | 54.52 | 60.81 | 44.46 | - |
| YUV | 202.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 165 | 0.01 | 0 | 0.21 | 0.18 | 64.19 | 0.31 | 0.73 |
| Hex | CD | D0 | A5 | 1 | 0 | 15 | 12 | 40 | 1F | 49 |
| Octal | 315 | 320 | 245 | 1 | 0 | 25 | 22 | 100 | 37 | 111 |
| Binary | 11001101 | 11010000 | 10100101 | 1 | 0 | 10101 | 10010 | 1000000 | 11111 | 1001001 |
Color Harmonies of #CDD0A5
Complementary color
Monochromatic Colors of #CDD0A5
Black with #CDD0A5
Text Example
Text Example
White with #CDD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0A5; }
p { color: rgb(205,208,165); }
H1.HeaderClassName
{
color: #CDD0A5;
}
.AnyTagClassName
{
color: #CDD0A5;
}
</style>
background-color css
<style>
a { background-color: #CDD0A5; }
a { background-color: rgb(205,208,165); }
div.DivClassName
{
background-color: #CDD0A5;
}
.BgClassName
{
background-color: #CDD0A5;
}
</style>
border-color css
<style>
span { border-color: #CDD0A5; }
span { border-color: rgb(205,208,165); }
td.TdClassName
{
border-color: #CDD0A5;
}
.TagClassName
{
border-color: #CDD0A5;
}
</style>