Shades of Orinoco #CDD2AC
Tints of Orinoco #CDD2AC
RGB
CMYK
RGB Variations
Color information
#CDD2AC (or 0xCDD2AC) is known color: Orinoco. HEX triplet: CD, D2 and AC. RGB value is (205,210,172). Sum of RGB (Red+Green+Blue) = 205+210+172=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2AC is #322D53. Grayscale: #CCCCCC. Windows color (decimal): -3288404 or 11326157. OLE color: 11326157.
HSL color Cylindrical-coordinate representation of color #CDD2AC: hue angle of 67.89º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD2AC is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 172 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.18 |
| HSL | 67.89º | 0.3% | 0.75% | - |
| HSV(B) | 67.89º | 0.18% | 0.82% | - |
| XYZ | 55.67 | 62.05 | 48.07 | - |
| YUV | 204.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 172 | 0.02 | 0 | 0.18 | 0.18 | 67.89 | 0.3 | 0.75 |
| Hex | CD | D2 | AC | 2 | 0 | 12 | 12 | 44 | 1E | 4B |
| Octal | 315 | 322 | 254 | 2 | 0 | 22 | 22 | 104 | 36 | 113 |
| Binary | 11001101 | 11010010 | 10101100 | 10 | 0 | 10010 | 10010 | 1000100 | 11110 | 1001011 |
Color Harmonies of #CDD2AC
Complementary color
Monochromatic Colors of #CDD2AC
Black with #CDD2AC
Text Example
Text Example
White with #CDD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2AC; }
p { color: rgb(205,210,172); }
H1.HeaderClassName
{
color: #CDD2AC;
}
.AnyTagClassName
{
color: #CDD2AC;
}
</style>
background-color css
<style>
a { background-color: #CDD2AC; }
a { background-color: rgb(205,210,172); }
div.DivClassName
{
background-color: #CDD2AC;
}
.BgClassName
{
background-color: #CDD2AC;
}
</style>
border-color css
<style>
span { border-color: #CDD2AC; }
span { border-color: rgb(205,210,172); }
td.TdClassName
{
border-color: #CDD2AC;
}
.TagClassName
{
border-color: #CDD2AC;
}
</style>