Shades of Orinoco #CDDAA5
Tints of Orinoco #CDDAA5
RGB
CMYK
RGB Variations
Color information
#CDDAA5 (or 0xCDDAA5) is known color: Orinoco. HEX triplet: CD, DA and A5. RGB value is (205,218,165). Sum of RGB (Red+Green+Blue) = 205+218+165=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAA5 is #32255A. Grayscale: #D0D0D0. Windows color (decimal): -3286363 or 10869453. OLE color: 10869453.
HSL color Cylindrical-coordinate representation of color #CDDAA5: hue angle of 74.72º degrees, saturation: 0.42, 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 #CDDAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 165 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.15 |
| HSL | 74.72º | 0.42% | 0.75% | - |
| HSV(B) | 74.72º | 0.24% | 0.85% | - |
| XYZ | 57.04 | 65.84 | 45.3 | - |
| YUV | 208.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 165 | 0.06 | 0 | 0.24 | 0.15 | 74.72 | 0.42 | 0.75 |
| Hex | CD | DA | A5 | 6 | 0 | 18 | F | 4B | 2A | 4B |
| Octal | 315 | 332 | 245 | 6 | 0 | 30 | 17 | 113 | 52 | 113 |
| Binary | 11001101 | 11011010 | 10100101 | 110 | 0 | 11000 | 1111 | 1001011 | 101010 | 1001011 |
Color Harmonies of #CDDAA5
Complementary color
Monochromatic Colors of #CDDAA5
Black with #CDDAA5
Text Example
Text Example
White with #CDDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAA5; }
p { color: rgb(205,218,165); }
H1.HeaderClassName
{
color: #CDDAA5;
}
.AnyTagClassName
{
color: #CDDAA5;
}
</style>
background-color css
<style>
a { background-color: #CDDAA5; }
a { background-color: rgb(205,218,165); }
div.DivClassName
{
background-color: #CDDAA5;
}
.BgClassName
{
background-color: #CDDAA5;
}
</style>
border-color css
<style>
span { border-color: #CDDAA5; }
span { border-color: rgb(205,218,165); }
td.TdClassName
{
border-color: #CDDAA5;
}
.TagClassName
{
border-color: #CDDAA5;
}
</style>