Shades of Orinoco #CDD6AA
Tints of Orinoco #CDD6AA
RGB
CMYK
RGB Variations
Color information
#CDD6AA (or 0xCDD6AA) is known color: Orinoco. HEX triplet: CD, D6 and AA. RGB value is (205,214,170). Sum of RGB (Red+Green+Blue) = 205+214+170=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6AA is #322955. Grayscale: #CECECE. Windows color (decimal): -3287382 or 11196109. OLE color: 11196109.
HSL color Cylindrical-coordinate representation of color #CDD6AA: hue angle of 72.27º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDD6AA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 170 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.16 |
| HSL | 72.27º | 0.35% | 0.75% | - |
| HSV(B) | 72.27º | 0.21% | 0.84% | - |
| XYZ | 56.48 | 63.97 | 47.4 | - |
| YUV | 206.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 170 | 0.04 | 0 | 0.21 | 0.16 | 72.27 | 0.35 | 0.75 |
| Hex | CD | D6 | AA | 4 | 0 | 15 | 10 | 48 | 23 | 4B |
| Octal | 315 | 326 | 252 | 4 | 0 | 25 | 20 | 110 | 43 | 113 |
| Binary | 11001101 | 11010110 | 10101010 | 100 | 0 | 10101 | 10000 | 1001000 | 100011 | 1001011 |
Color Harmonies of #CDD6AA
Complementary color
Monochromatic Colors of #CDD6AA
Black with #CDD6AA
Text Example
Text Example
White with #CDD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6AA; }
p { color: rgb(205,214,170); }
H1.HeaderClassName
{
color: #CDD6AA;
}
.AnyTagClassName
{
color: #CDD6AA;
}
</style>
background-color css
<style>
a { background-color: #CDD6AA; }
a { background-color: rgb(205,214,170); }
div.DivClassName
{
background-color: #CDD6AA;
}
.BgClassName
{
background-color: #CDD6AA;
}
</style>
border-color css
<style>
span { border-color: #CDD6AA; }
span { border-color: rgb(205,214,170); }
td.TdClassName
{
border-color: #CDD6AA;
}
.TagClassName
{
border-color: #CDD6AA;
}
</style>