Shades of Orinoco #CDD3AB
Tints of Orinoco #CDD3AB
RGB
CMYK
RGB Variations
Color information
#CDD3AB (or 0xCDD3AB) is known color: Orinoco. HEX triplet: CD, D3 and AB. RGB value is (205,211,171). Sum of RGB (Red+Green+Blue) = 205+211+171=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3AB is #322C54. Grayscale: #CCCCCC. Windows color (decimal): -3288149 or 11260877. OLE color: 11260877.
HSL color Cylindrical-coordinate representation of color #CDD3AB: hue angle of 69º degrees, saturation: 0.31, 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 #CDD3AB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 171 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.17 |
| HSL | 69º | 0.31% | 0.75% | - |
| HSV(B) | 69º | 0.19% | 0.83% | - |
| XYZ | 55.82 | 62.51 | 47.65 | - |
| YUV | 204.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 171 | 0.03 | 0 | 0.19 | 0.17 | 69 | 0.31 | 0.75 |
| Hex | CD | D3 | AB | 3 | 0 | 13 | 11 | 45 | 1F | 4B |
| Octal | 315 | 323 | 253 | 3 | 0 | 23 | 21 | 105 | 37 | 113 |
| Binary | 11001101 | 11010011 | 10101011 | 11 | 0 | 10011 | 10001 | 1000101 | 11111 | 1001011 |
Color Harmonies of #CDD3AB
Complementary color
Monochromatic Colors of #CDD3AB
Black with #CDD3AB
Text Example
Text Example
White with #CDD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3AB; }
p { color: rgb(205,211,171); }
H1.HeaderClassName
{
color: #CDD3AB;
}
.AnyTagClassName
{
color: #CDD3AB;
}
</style>
background-color css
<style>
a { background-color: #CDD3AB; }
a { background-color: rgb(205,211,171); }
div.DivClassName
{
background-color: #CDD3AB;
}
.BgClassName
{
background-color: #CDD3AB;
}
</style>
border-color css
<style>
span { border-color: #CDD3AB; }
span { border-color: rgb(205,211,171); }
td.TdClassName
{
border-color: #CDD3AB;
}
.TagClassName
{
border-color: #CDD3AB;
}
</style>