Shades of Orinoco #CCD1AD
Tints of Orinoco #CCD1AD
RGB
CMYK
RGB Variations
Color information
#CCD1AD (or 0xCCD1AD) is known color: Orinoco. HEX triplet: CC, D1 and AD. RGB value is (204,209,173). Sum of RGB (Red+Green+Blue) = 204+209+173=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD1AD is #332E52. Grayscale: #CBCBCB. Windows color (decimal): -3354195 or 11391436. OLE color: 11391436.
HSL color Cylindrical-coordinate representation of color #CCD1AD: hue angle of 68.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD1AD is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 173 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.18 |
| HSL | 68.33º | 0.28% | 0.75% | - |
| HSV(B) | 68.33º | 0.17% | 0.82% | - |
| XYZ | 55.25 | 61.46 | 48.49 | - |
| YUV | 203.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 173 | 0.02 | 0 | 0.17 | 0.18 | 68.33 | 0.28 | 0.75 |
| Hex | CC | D1 | AD | 2 | 0 | 11 | 12 | 44 | 1C | 4B |
| Octal | 314 | 321 | 255 | 2 | 0 | 21 | 22 | 104 | 34 | 113 |
| Binary | 11001100 | 11010001 | 10101101 | 10 | 0 | 10001 | 10010 | 1000100 | 11100 | 1001011 |
Color Harmonies of #CCD1AD
Complementary color
Monochromatic Colors of #CCD1AD
Black with #CCD1AD
Text Example
Text Example
White with #CCD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1AD; }
p { color: rgb(204,209,173); }
H1.HeaderClassName
{
color: #CCD1AD;
}
.AnyTagClassName
{
color: #CCD1AD;
}
</style>
background-color css
<style>
a { background-color: #CCD1AD; }
a { background-color: rgb(204,209,173); }
div.DivClassName
{
background-color: #CCD1AD;
}
.BgClassName
{
background-color: #CCD1AD;
}
</style>
border-color css
<style>
span { border-color: #CCD1AD; }
span { border-color: rgb(204,209,173); }
td.TdClassName
{
border-color: #CCD1AD;
}
.TagClassName
{
border-color: #CCD1AD;
}
</style>