Shades of Orinoco #CDD7AD
Tints of Orinoco #CDD7AD
RGB
CMYK
RGB Variations
Color information
#CDD7AD (or 0xCDD7AD) is known color: Orinoco. HEX triplet: CD, D7 and AD. RGB value is (205,215,173). Sum of RGB (Red+Green+Blue) = 205+215+173=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AD is #322852. Grayscale: #CFCFCF. Windows color (decimal): -3287123 or 11392973. OLE color: 11392973.
HSL color Cylindrical-coordinate representation of color #CDD7AD: hue angle of 74.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD7AD is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 173 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.16 |
| HSL | 74.29º | 0.34% | 0.76% | - |
| HSV(B) | 74.29º | 0.2% | 0.84% | - |
| XYZ | 57.02 | 64.6 | 49 | - |
| YUV | 207.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 173 | 0.05 | 0 | 0.20 | 0.16 | 74.29 | 0.34 | 0.76 |
| Hex | CD | D7 | AD | 5 | 0 | 14 | 10 | 4A | 22 | 4C |
| Octal | 315 | 327 | 255 | 5 | 0 | 24 | 20 | 112 | 42 | 114 |
| Binary | 11001101 | 11010111 | 10101101 | 101 | 0 | 10100 | 10000 | 1001010 | 100010 | 1001100 |
Color Harmonies of #CDD7AD
Complementary color
Monochromatic Colors of #CDD7AD
Black with #CDD7AD
Text Example
Text Example
White with #CDD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7AD; }
p { color: rgb(205,215,173); }
H1.HeaderClassName
{
color: #CDD7AD;
}
.AnyTagClassName
{
color: #CDD7AD;
}
</style>
background-color css
<style>
a { background-color: #CDD7AD; }
a { background-color: rgb(205,215,173); }
div.DivClassName
{
background-color: #CDD7AD;
}
.BgClassName
{
background-color: #CDD7AD;
}
</style>
border-color css
<style>
span { border-color: #CDD7AD; }
span { border-color: rgb(205,215,173); }
td.TdClassName
{
border-color: #CDD7AD;
}
.TagClassName
{
border-color: #CDD7AD;
}
</style>