Shades of Orinoco #CCD3AD
Tints of Orinoco #CCD3AD
RGB
CMYK
RGB Variations
Color information
#CCD3AD (or 0xCCD3AD) is known color: Orinoco. HEX triplet: CC, D3 and AD. RGB value is (204,211,173). Sum of RGB (Red+Green+Blue) = 204+211+173=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD3AD is #332C52. Grayscale: #CCCCCC. Windows color (decimal): -3353683 or 11391948. OLE color: 11391948.
HSL color Cylindrical-coordinate representation of color #CCD3AD: hue angle of 71.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD3AD is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 173 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.17 |
| HSL | 71.05º | 0.3% | 0.75% | - |
| HSV(B) | 71.05º | 0.18% | 0.83% | - |
| XYZ | 55.74 | 62.44 | 48.65 | - |
| YUV | 204.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 173 | 0.03 | 0 | 0.18 | 0.17 | 71.05 | 0.3 | 0.75 |
| Hex | CC | D3 | AD | 3 | 0 | 12 | 11 | 47 | 1E | 4B |
| Octal | 314 | 323 | 255 | 3 | 0 | 22 | 21 | 107 | 36 | 113 |
| Binary | 11001100 | 11010011 | 10101101 | 11 | 0 | 10010 | 10001 | 1000111 | 11110 | 1001011 |
Color Harmonies of #CCD3AD
Complementary color
Monochromatic Colors of #CCD3AD
Black with #CCD3AD
Text Example
Text Example
White with #CCD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3AD; }
p { color: rgb(204,211,173); }
H1.HeaderClassName
{
color: #CCD3AD;
}
.AnyTagClassName
{
color: #CCD3AD;
}
</style>
background-color css
<style>
a { background-color: #CCD3AD; }
a { background-color: rgb(204,211,173); }
div.DivClassName
{
background-color: #CCD3AD;
}
.BgClassName
{
background-color: #CCD3AD;
}
</style>
border-color css
<style>
span { border-color: #CCD3AD; }
span { border-color: rgb(204,211,173); }
td.TdClassName
{
border-color: #CCD3AD;
}
.TagClassName
{
border-color: #CCD3AD;
}
</style>