Shades of Orinoco #CCD8A4
Tints of Orinoco #CCD8A4
RGB
CMYK
RGB Variations
Color information
#CCD8A4 (or 0xCCD8A4) is known color: Orinoco. HEX triplet: CC, D8 and A4. RGB value is (204,216,164). Sum of RGB (Red+Green+Blue) = 204+216+164=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A4 is #33275B. Grayscale: #CECECE. Windows color (decimal): -3352412 or 10803404. OLE color: 10803404.
HSL color Cylindrical-coordinate representation of color #CCD8A4: hue angle of 73.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD8A4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 164 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.15 |
| HSL | 73.85º | 0.4% | 0.75% | - |
| HSV(B) | 73.85º | 0.24% | 0.85% | - |
| XYZ | 56.16 | 64.63 | 44.64 | - |
| YUV | 206.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 164 | 0.06 | 0 | 0.24 | 0.15 | 73.85 | 0.4 | 0.75 |
| Hex | CC | D8 | A4 | 6 | 0 | 18 | F | 4A | 28 | 4B |
| Octal | 314 | 330 | 244 | 6 | 0 | 30 | 17 | 112 | 50 | 113 |
| Binary | 11001100 | 11011000 | 10100100 | 110 | 0 | 11000 | 1111 | 1001010 | 101000 | 1001011 |
Color Harmonies of #CCD8A4
Complementary color
Monochromatic Colors of #CCD8A4
Black with #CCD8A4
Text Example
Text Example
White with #CCD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8A4; }
p { color: rgb(204,216,164); }
H1.HeaderClassName
{
color: #CCD8A4;
}
.AnyTagClassName
{
color: #CCD8A4;
}
</style>
background-color css
<style>
a { background-color: #CCD8A4; }
a { background-color: rgb(204,216,164); }
div.DivClassName
{
background-color: #CCD8A4;
}
.BgClassName
{
background-color: #CCD8A4;
}
</style>
border-color css
<style>
span { border-color: #CCD8A4; }
span { border-color: rgb(204,216,164); }
td.TdClassName
{
border-color: #CCD8A4;
}
.TagClassName
{
border-color: #CCD8A4;
}
</style>