Shades of Orinoco #CDD5AC
Tints of Orinoco #CDD5AC
RGB
CMYK
RGB Variations
Color information
#CDD5AC (or 0xCDD5AC) is known color: Orinoco. HEX triplet: CD, D5 and AC. RGB value is (205,213,172). Sum of RGB (Red+Green+Blue) = 205+213+172=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5AC is #322A53. Grayscale: #CECECE. Windows color (decimal): -3287636 or 11326925. OLE color: 11326925.
HSL color Cylindrical-coordinate representation of color #CDD5AC: hue angle of 71.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD5AC is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 172 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.16 |
| HSL | 71.71º | 0.33% | 0.75% | - |
| HSV(B) | 71.71º | 0.19% | 0.84% | - |
| XYZ | 56.42 | 63.55 | 48.32 | - |
| YUV | 205.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 172 | 0.04 | 0 | 0.19 | 0.16 | 71.71 | 0.33 | 0.75 |
| Hex | CD | D5 | AC | 4 | 0 | 13 | 10 | 48 | 21 | 4B |
| Octal | 315 | 325 | 254 | 4 | 0 | 23 | 20 | 110 | 41 | 113 |
| Binary | 11001101 | 11010101 | 10101100 | 100 | 0 | 10011 | 10000 | 1001000 | 100001 | 1001011 |
Color Harmonies of #CDD5AC
Complementary color
Monochromatic Colors of #CDD5AC
Black with #CDD5AC
Text Example
Text Example
White with #CDD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5AC; }
p { color: rgb(205,213,172); }
H1.HeaderClassName
{
color: #CDD5AC;
}
.AnyTagClassName
{
color: #CDD5AC;
}
</style>
background-color css
<style>
a { background-color: #CDD5AC; }
a { background-color: rgb(205,213,172); }
div.DivClassName
{
background-color: #CDD5AC;
}
.BgClassName
{
background-color: #CDD5AC;
}
</style>
border-color css
<style>
span { border-color: #CDD5AC; }
span { border-color: rgb(205,213,172); }
td.TdClassName
{
border-color: #CDD5AC;
}
.TagClassName
{
border-color: #CDD5AC;
}
</style>