Shades of Orinoco #CDD7AA
Tints of Orinoco #CDD7AA
RGB
CMYK
RGB Variations
Color information
#CDD7AA (or 0xCDD7AA) is known color: Orinoco. HEX triplet: CD, D7 and AA. RGB value is (205,215,170). Sum of RGB (Red+Green+Blue) = 205+215+170=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AA is #322855. Grayscale: #CFCFCF. Windows color (decimal): -3287126 or 11196365. OLE color: 11196365.
HSL color Cylindrical-coordinate representation of color #CDD7AA: hue angle of 73.33º degrees, saturation: 0.36, 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 #CDD7AA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 170 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.16 |
| HSL | 73.33º | 0.36% | 0.75% | - |
| HSV(B) | 73.33º | 0.21% | 0.84% | - |
| XYZ | 56.73 | 64.48 | 47.49 | - |
| YUV | 206.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 170 | 0.05 | 0 | 0.21 | 0.16 | 73.33 | 0.36 | 0.75 |
| Hex | CD | D7 | AA | 5 | 0 | 15 | 10 | 49 | 24 | 4B |
| Octal | 315 | 327 | 252 | 5 | 0 | 25 | 20 | 111 | 44 | 113 |
| Binary | 11001101 | 11010111 | 10101010 | 101 | 0 | 10101 | 10000 | 1001001 | 100100 | 1001011 |
Color Harmonies of #CDD7AA
Complementary color
Monochromatic Colors of #CDD7AA
Black with #CDD7AA
Text Example
Text Example
White with #CDD7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7AA; }
p { color: rgb(205,215,170); }
H1.HeaderClassName
{
color: #CDD7AA;
}
.AnyTagClassName
{
color: #CDD7AA;
}
</style>
background-color css
<style>
a { background-color: #CDD7AA; }
a { background-color: rgb(205,215,170); }
div.DivClassName
{
background-color: #CDD7AA;
}
.BgClassName
{
background-color: #CDD7AA;
}
</style>
border-color css
<style>
span { border-color: #CDD7AA; }
span { border-color: rgb(205,215,170); }
td.TdClassName
{
border-color: #CDD7AA;
}
.TagClassName
{
border-color: #CDD7AA;
}
</style>