Shades of Orinoco #CDD3AA
Tints of Orinoco #CDD3AA
RGB
CMYK
RGB Variations
Color information
#CDD3AA (or 0xCDD3AA) is known color: Orinoco. HEX triplet: CD, D3 and AA. RGB value is (205,211,170). Sum of RGB (Red+Green+Blue) = 205+211+170=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3AA is #322C55. Grayscale: #CCCCCC. Windows color (decimal): -3288150 or 11195341. OLE color: 11195341.
HSL color Cylindrical-coordinate representation of color #CDD3AA: hue angle of 68.78º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD3AA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 170 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.17 |
| HSL | 68.78º | 0.32% | 0.75% | - |
| HSV(B) | 68.78º | 0.19% | 0.83% | - |
| XYZ | 55.73 | 62.47 | 47.15 | - |
| YUV | 204.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 170 | 0.03 | 0 | 0.19 | 0.17 | 68.78 | 0.32 | 0.75 |
| Hex | CD | D3 | AA | 3 | 0 | 13 | 11 | 45 | 20 | 4B |
| Octal | 315 | 323 | 252 | 3 | 0 | 23 | 21 | 105 | 40 | 113 |
| Binary | 11001101 | 11010011 | 10101010 | 11 | 0 | 10011 | 10001 | 1000101 | 100000 | 1001011 |
Color Harmonies of #CDD3AA
Complementary color
Monochromatic Colors of #CDD3AA
Black with #CDD3AA
Text Example
Text Example
White with #CDD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3AA; }
p { color: rgb(205,211,170); }
H1.HeaderClassName
{
color: #CDD3AA;
}
.AnyTagClassName
{
color: #CDD3AA;
}
</style>
background-color css
<style>
a { background-color: #CDD3AA; }
a { background-color: rgb(205,211,170); }
div.DivClassName
{
background-color: #CDD3AA;
}
.BgClassName
{
background-color: #CDD3AA;
}
</style>
border-color css
<style>
span { border-color: #CDD3AA; }
span { border-color: rgb(205,211,170); }
td.TdClassName
{
border-color: #CDD3AA;
}
.TagClassName
{
border-color: #CDD3AA;
}
</style>