Shades of Orinoco #CDD59D
Tints of Orinoco #CDD59D
RGB
CMYK
RGB Variations
Color information
#CDD59D (or 0xCDD59D) is known color: Orinoco. HEX triplet: CD, D5 and 9D. RGB value is (205,213,157). Sum of RGB (Red+Green+Blue) = 205+213+157=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59D is #322A62. Grayscale: #CCCCCC. Windows color (decimal): -3287651 or 10343885. OLE color: 10343885.
HSL color Cylindrical-coordinate representation of color #CDD59D: hue angle of 68.57º 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 #CDD59D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 157 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.16 |
| HSL | 68.57º | 0.4% | 0.73% | - |
| HSV(B) | 68.57º | 0.26% | 0.84% | - |
| XYZ | 55.06 | 63 | 41.16 | - |
| YUV | 204.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 157 | 0.04 | 0 | 0.26 | 0.16 | 68.57 | 0.4 | 0.73 |
| Hex | CD | D5 | 9D | 4 | 0 | 1A | 10 | 45 | 28 | 49 |
| Octal | 315 | 325 | 235 | 4 | 0 | 32 | 20 | 105 | 50 | 111 |
| Binary | 11001101 | 11010101 | 10011101 | 100 | 0 | 11010 | 10000 | 1000101 | 101000 | 1001001 |
Color Harmonies of #CDD59D
Complementary color
Monochromatic Colors of #CDD59D
Black with #CDD59D
Text Example
Text Example
White with #CDD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD59D; }
p { color: rgb(205,213,157); }
H1.HeaderClassName
{
color: #CDD59D;
}
.AnyTagClassName
{
color: #CDD59D;
}
</style>
background-color css
<style>
a { background-color: #CDD59D; }
a { background-color: rgb(205,213,157); }
div.DivClassName
{
background-color: #CDD59D;
}
.BgClassName
{
background-color: #CDD59D;
}
</style>
border-color css
<style>
span { border-color: #CDD59D; }
span { border-color: rgb(205,213,157); }
td.TdClassName
{
border-color: #CDD59D;
}
.TagClassName
{
border-color: #CDD59D;
}
</style>