Shades of Orinoco #CDD5AF
Tints of Orinoco #CDD5AF
RGB
CMYK
RGB Variations
Color information
#CDD5AF (or 0xCDD5AF) is known color: Orinoco. HEX triplet: CD, D5 and AF. RGB value is (205,213,175). Sum of RGB (Red+Green+Blue) = 205+213+175=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5AF is #322A50. Grayscale: #CECECE. Windows color (decimal): -3287633 or 11523533. OLE color: 11523533.
HSL color Cylindrical-coordinate representation of color #CDD5AF: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD5AF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 175 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.16 |
| HSL | 72.63º | 0.31% | 0.76% | - |
| HSV(B) | 72.63º | 0.18% | 0.84% | - |
| XYZ | 56.71 | 63.66 | 49.86 | - |
| YUV | 206.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 175 | 0.04 | 0 | 0.18 | 0.16 | 72.63 | 0.31 | 0.76 |
| Hex | CD | D5 | AF | 4 | 0 | 12 | 10 | 49 | 1F | 4C |
| Octal | 315 | 325 | 257 | 4 | 0 | 22 | 20 | 111 | 37 | 114 |
| Binary | 11001101 | 11010101 | 10101111 | 100 | 0 | 10010 | 10000 | 1001001 | 11111 | 1001100 |
Color Harmonies of #CDD5AF
Complementary color
Monochromatic Colors of #CDD5AF
Black with #CDD5AF
Text Example
Text Example
White with #CDD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5AF; }
p { color: rgb(205,213,175); }
H1.HeaderClassName
{
color: #CDD5AF;
}
.AnyTagClassName
{
color: #CDD5AF;
}
</style>
background-color css
<style>
a { background-color: #CDD5AF; }
a { background-color: rgb(205,213,175); }
div.DivClassName
{
background-color: #CDD5AF;
}
.BgClassName
{
background-color: #CDD5AF;
}
</style>
border-color css
<style>
span { border-color: #CDD5AF; }
span { border-color: rgb(205,213,175); }
td.TdClassName
{
border-color: #CDD5AF;
}
.TagClassName
{
border-color: #CDD5AF;
}
</style>