Shades of Orinoco #CDD1A8
Tints of Orinoco #CDD1A8
RGB
CMYK
RGB Variations
Color information
#CDD1A8 (or 0xCDD1A8) is known color: Orinoco. HEX triplet: CD, D1 and A8. RGB value is (205,209,168). Sum of RGB (Red+Green+Blue) = 205+209+168=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD1A8 is #322E57. Grayscale: #CBCBCB. Windows color (decimal): -3288664 or 11063757. OLE color: 11063757.
HSL color Cylindrical-coordinate representation of color #CDD1A8: hue angle of 65.85º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD1A8 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 168 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.18 |
| HSL | 65.85º | 0.31% | 0.74% | - |
| HSV(B) | 65.85º | 0.2% | 0.82% | - |
| XYZ | 55.05 | 61.41 | 46 | - |
| YUV | 203.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 168 | 0.02 | 0 | 0.20 | 0.18 | 65.85 | 0.31 | 0.74 |
| Hex | CD | D1 | A8 | 2 | 0 | 14 | 12 | 42 | 1F | 4A |
| Octal | 315 | 321 | 250 | 2 | 0 | 24 | 22 | 102 | 37 | 112 |
| Binary | 11001101 | 11010001 | 10101000 | 10 | 0 | 10100 | 10010 | 1000010 | 11111 | 1001010 |
Color Harmonies of #CDD1A8
Complementary color
Monochromatic Colors of #CDD1A8
Black with #CDD1A8
Text Example
Text Example
White with #CDD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1A8; }
p { color: rgb(205,209,168); }
H1.HeaderClassName
{
color: #CDD1A8;
}
.AnyTagClassName
{
color: #CDD1A8;
}
</style>
background-color css
<style>
a { background-color: #CDD1A8; }
a { background-color: rgb(205,209,168); }
div.DivClassName
{
background-color: #CDD1A8;
}
.BgClassName
{
background-color: #CDD1A8;
}
</style>
border-color css
<style>
span { border-color: #CDD1A8; }
span { border-color: rgb(205,209,168); }
td.TdClassName
{
border-color: #CDD1A8;
}
.TagClassName
{
border-color: #CDD1A8;
}
</style>