Shades of Orinoco #CCD5AD
Tints of Orinoco #CCD5AD
RGB
CMYK
RGB Variations
Color information
#CCD5AD (or 0xCCD5AD) is known color: Orinoco. HEX triplet: CC, D5 and AD. RGB value is (204,213,173). Sum of RGB (Red+Green+Blue) = 204+213+173=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5AD is #332A52. Grayscale: #CDCDCD. Windows color (decimal): -3353171 or 11392460. OLE color: 11392460.
HSL color Cylindrical-coordinate representation of color #CCD5AD: hue angle of 73.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD5AD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 173 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.16 |
| HSL | 73.5º | 0.32% | 0.76% | - |
| HSV(B) | 73.5º | 0.19% | 0.84% | - |
| XYZ | 56.24 | 63.44 | 48.82 | - |
| YUV | 205.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 173 | 0.04 | 0 | 0.19 | 0.16 | 73.5 | 0.32 | 0.76 |
| Hex | CC | D5 | AD | 4 | 0 | 13 | 10 | 4A | 20 | 4C |
| Octal | 314 | 325 | 255 | 4 | 0 | 23 | 20 | 112 | 40 | 114 |
| Binary | 11001100 | 11010101 | 10101101 | 100 | 0 | 10011 | 10000 | 1001010 | 100000 | 1001100 |
Color Harmonies of #CCD5AD
Complementary color
Monochromatic Colors of #CCD5AD
Black with #CCD5AD
Text Example
Text Example
White with #CCD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5AD; }
p { color: rgb(204,213,173); }
H1.HeaderClassName
{
color: #CCD5AD;
}
.AnyTagClassName
{
color: #CCD5AD;
}
</style>
background-color css
<style>
a { background-color: #CCD5AD; }
a { background-color: rgb(204,213,173); }
div.DivClassName
{
background-color: #CCD5AD;
}
.BgClassName
{
background-color: #CCD5AD;
}
</style>
border-color css
<style>
span { border-color: #CCD5AD; }
span { border-color: rgb(204,213,173); }
td.TdClassName
{
border-color: #CCD5AD;
}
.TagClassName
{
border-color: #CCD5AD;
}
</style>