Shades of Orinoco #CCD3AA
Tints of Orinoco #CCD3AA
RGB
CMYK
RGB Variations
Color information
#CCD3AA (or 0xCCD3AA) is known color: Orinoco. HEX triplet: CC, D3 and AA. RGB value is (204,211,170). Sum of RGB (Red+Green+Blue) = 204+211+170=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD3AA is #332C55. Grayscale: #CCCCCC. Windows color (decimal): -3353686 or 11195340. OLE color: 11195340.
HSL color Cylindrical-coordinate representation of color #CCD3AA: hue angle of 70.24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD3AA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 170 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.17 |
| HSL | 70.24º | 0.32% | 0.75% | - |
| HSV(B) | 70.24º | 0.19% | 0.83% | - |
| XYZ | 55.45 | 62.33 | 47.14 | - |
| YUV | 204.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 170 | 0.03 | 0 | 0.19 | 0.17 | 70.24 | 0.32 | 0.75 |
| Hex | CC | D3 | AA | 3 | 0 | 13 | 11 | 46 | 20 | 4B |
| Octal | 314 | 323 | 252 | 3 | 0 | 23 | 21 | 106 | 40 | 113 |
| Binary | 11001100 | 11010011 | 10101010 | 11 | 0 | 10011 | 10001 | 1000110 | 100000 | 1001011 |
Color Harmonies of #CCD3AA
Complementary color
Monochromatic Colors of #CCD3AA
Black with #CCD3AA
Text Example
Text Example
White with #CCD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3AA; }
p { color: rgb(204,211,170); }
H1.HeaderClassName
{
color: #CCD3AA;
}
.AnyTagClassName
{
color: #CCD3AA;
}
</style>
background-color css
<style>
a { background-color: #CCD3AA; }
a { background-color: rgb(204,211,170); }
div.DivClassName
{
background-color: #CCD3AA;
}
.BgClassName
{
background-color: #CCD3AA;
}
</style>
border-color css
<style>
span { border-color: #CCD3AA; }
span { border-color: rgb(204,211,170); }
td.TdClassName
{
border-color: #CCD3AA;
}
.TagClassName
{
border-color: #CCD3AA;
}
</style>