Shades of Orinoco #CDD69F
Tints of Orinoco #CDD69F
RGB
CMYK
RGB Variations
Color information
#CDD69F (or 0xCDD69F) is known color: Orinoco. HEX triplet: CD, D6 and 9F. RGB value is (205,214,159). Sum of RGB (Red+Green+Blue) = 205+214+159=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69F is #322960. Grayscale: #CDCDCD. Windows color (decimal): -3287393 or 10475213. OLE color: 10475213.
HSL color Cylindrical-coordinate representation of color #CDD69F: hue angle of 69.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD69F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 159 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.16 |
| HSL | 69.82º | 0.4% | 0.73% | - |
| HSV(B) | 69.82º | 0.26% | 0.84% | - |
| XYZ | 55.48 | 63.58 | 42.15 | - |
| YUV | 205.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 159 | 0.04 | 0 | 0.26 | 0.16 | 69.82 | 0.4 | 0.73 |
| Hex | CD | D6 | 9F | 4 | 0 | 1A | 10 | 46 | 28 | 49 |
| Octal | 315 | 326 | 237 | 4 | 0 | 32 | 20 | 106 | 50 | 111 |
| Binary | 11001101 | 11010110 | 10011111 | 100 | 0 | 11010 | 10000 | 1000110 | 101000 | 1001001 |
Color Harmonies of #CDD69F
Complementary color
Monochromatic Colors of #CDD69F
Black with #CDD69F
Text Example
Text Example
White with #CDD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD69F; }
p { color: rgb(205,214,159); }
H1.HeaderClassName
{
color: #CDD69F;
}
.AnyTagClassName
{
color: #CDD69F;
}
</style>
background-color css
<style>
a { background-color: #CDD69F; }
a { background-color: rgb(205,214,159); }
div.DivClassName
{
background-color: #CDD69F;
}
.BgClassName
{
background-color: #CDD69F;
}
</style>
border-color css
<style>
span { border-color: #CDD69F; }
span { border-color: rgb(205,214,159); }
td.TdClassName
{
border-color: #CDD69F;
}
.TagClassName
{
border-color: #CDD69F;
}
</style>