Shades of Orinoco #CDD9A8
Tints of Orinoco #CDD9A8
RGB
CMYK
RGB Variations
Color information
#CDD9A8 (or 0xCDD9A8) is known color: Orinoco. HEX triplet: CD, D9 and A8. RGB value is (205,217,168). Sum of RGB (Red+Green+Blue) = 205+217+168=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD9A8 is #322657. Grayscale: #D0D0D0. Windows color (decimal): -3286616 or 11065805. OLE color: 11065805.
HSL color Cylindrical-coordinate representation of color #CDD9A8: hue angle of 74.69º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDD9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 168 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 74.69º | 0.39% | 0.75% | - |
| HSV(B) | 74.69º | 0.23% | 0.85% | - |
| XYZ | 57.06 | 65.43 | 46.67 | - |
| YUV | 207.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 168 | 0.06 | 0 | 0.23 | 0.15 | 74.69 | 0.39 | 0.75 |
| Hex | CD | D9 | A8 | 6 | 0 | 17 | F | 4B | 27 | 4B |
| Octal | 315 | 331 | 250 | 6 | 0 | 27 | 17 | 113 | 47 | 113 |
| Binary | 11001101 | 11011001 | 10101000 | 110 | 0 | 10111 | 1111 | 1001011 | 100111 | 1001011 |
Color Harmonies of #CDD9A8
Complementary color
Monochromatic Colors of #CDD9A8
Black with #CDD9A8
Text Example
Text Example
White with #CDD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9A8; }
p { color: rgb(205,217,168); }
H1.HeaderClassName
{
color: #CDD9A8;
}
.AnyTagClassName
{
color: #CDD9A8;
}
</style>
background-color css
<style>
a { background-color: #CDD9A8; }
a { background-color: rgb(205,217,168); }
div.DivClassName
{
background-color: #CDD9A8;
}
.BgClassName
{
background-color: #CDD9A8;
}
</style>
border-color css
<style>
span { border-color: #CDD9A8; }
span { border-color: rgb(205,217,168); }
td.TdClassName
{
border-color: #CDD9A8;
}
.TagClassName
{
border-color: #CDD9A8;
}
</style>