Shades of Orinoco #D4DD9C
Tints of Orinoco #D4DD9C
RGB
CMYK
RGB Variations
Color information
#D4DD9C (or 0xD4DD9C) is known color: Orinoco. HEX triplet: D4, DD and 9C. RGB value is (212,221,156). Sum of RGB (Red+Green+Blue) = 212+221+156=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9C is #2B2263. Grayscale: #D3D3D3. Windows color (decimal): -2826852 or 10280404. OLE color: 10280404.
HSL color Cylindrical-coordinate representation of color #D4DD9C: hue angle of 68.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DD9C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 156 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 68.31º | 0.49% | 0.74% | - |
| HSV(B) | 68.31º | 0.29% | 0.87% | - |
| XYZ | 59.01 | 68.11 | 41.49 | - |
| YUV | 210.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 156 | 0.04 | 0 | 0.29 | 0.13 | 68.31 | 0.49 | 0.74 |
| Hex | D4 | DD | 9C | 4 | 0 | 1D | D | 44 | 31 | 4A |
| Octal | 324 | 335 | 234 | 4 | 0 | 35 | 15 | 104 | 61 | 112 |
| Binary | 11010100 | 11011101 | 10011100 | 100 | 0 | 11101 | 1101 | 1000100 | 110001 | 1001010 |
Color Harmonies of #D4DD9C
Complementary color
Monochromatic Colors of #D4DD9C
Black with #D4DD9C
Text Example
Text Example
White with #D4DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD9C; }
p { color: rgb(212,221,156); }
H1.HeaderClassName
{
color: #D4DD9C;
}
.AnyTagClassName
{
color: #D4DD9C;
}
</style>
background-color css
<style>
a { background-color: #D4DD9C; }
a { background-color: rgb(212,221,156); }
div.DivClassName
{
background-color: #D4DD9C;
}
.BgClassName
{
background-color: #D4DD9C;
}
</style>
border-color css
<style>
span { border-color: #D4DD9C; }
span { border-color: rgb(212,221,156); }
td.TdClassName
{
border-color: #D4DD9C;
}
.TagClassName
{
border-color: #D4DD9C;
}
</style>