Shades of Orinoco #CDD6A1
Tints of Orinoco #CDD6A1
RGB
CMYK
RGB Variations
Color information
#CDD6A1 (or 0xCDD6A1) is known color: Orinoco. HEX triplet: CD, D6 and A1. RGB value is (205,214,161). Sum of RGB (Red+Green+Blue) = 205+214+161=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A1 is #32295E. Grayscale: #CDCDCD. Windows color (decimal): -3287391 or 10606285. OLE color: 10606285.
HSL color Cylindrical-coordinate representation of color #CDD6A1: hue angle of 70.19º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDD6A1 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 161 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.16 |
| HSL | 70.19º | 0.39% | 0.74% | - |
| HSV(B) | 70.19º | 0.25% | 0.84% | - |
| XYZ | 55.66 | 63.65 | 43.07 | - |
| YUV | 205.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 161 | 0.04 | 0 | 0.25 | 0.16 | 70.19 | 0.39 | 0.74 |
| Hex | CD | D6 | A1 | 4 | 0 | 19 | 10 | 46 | 27 | 4A |
| Octal | 315 | 326 | 241 | 4 | 0 | 31 | 20 | 106 | 47 | 112 |
| Binary | 11001101 | 11010110 | 10100001 | 100 | 0 | 11001 | 10000 | 1000110 | 100111 | 1001010 |
Color Harmonies of #CDD6A1
Complementary color
Monochromatic Colors of #CDD6A1
Black with #CDD6A1
Text Example
Text Example
White with #CDD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6A1; }
p { color: rgb(205,214,161); }
H1.HeaderClassName
{
color: #CDD6A1;
}
.AnyTagClassName
{
color: #CDD6A1;
}
</style>
background-color css
<style>
a { background-color: #CDD6A1; }
a { background-color: rgb(205,214,161); }
div.DivClassName
{
background-color: #CDD6A1;
}
.BgClassName
{
background-color: #CDD6A1;
}
</style>
border-color css
<style>
span { border-color: #CDD6A1; }
span { border-color: rgb(205,214,161); }
td.TdClassName
{
border-color: #CDD6A1;
}
.TagClassName
{
border-color: #CDD6A1;
}
</style>