Shades of Orinoco #D4DC9C
Tints of Orinoco #D4DC9C
RGB
CMYK
RGB Variations
Color information
#D4DC9C (or 0xD4DC9C) is known color: Orinoco. HEX triplet: D4, DC and 9C. RGB value is (212,220,156). Sum of RGB (Red+Green+Blue) = 212+220+156=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC9C is #2B2363. Grayscale: #D2D2D2. Windows color (decimal): -2827108 or 10280148. OLE color: 10280148.
HSL color Cylindrical-coordinate representation of color #D4DC9C: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DC9C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 156 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.14 |
| HSL | 67.5º | 0.48% | 0.74% | - |
| HSV(B) | 67.5º | 0.29% | 0.86% | - |
| XYZ | 58.75 | 67.58 | 41.4 | - |
| YUV | 210.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 156 | 0.04 | 0 | 0.29 | 0.14 | 67.5 | 0.48 | 0.74 |
| Hex | D4 | DC | 9C | 4 | 0 | 1D | E | 44 | 30 | 4A |
| Octal | 324 | 334 | 234 | 4 | 0 | 35 | 16 | 104 | 60 | 112 |
| Binary | 11010100 | 11011100 | 10011100 | 100 | 0 | 11101 | 1110 | 1000100 | 110000 | 1001010 |
Color Harmonies of #D4DC9C
Complementary color
Monochromatic Colors of #D4DC9C
Black with #D4DC9C
Text Example
Text Example
White with #D4DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC9C; }
p { color: rgb(212,220,156); }
H1.HeaderClassName
{
color: #D4DC9C;
}
.AnyTagClassName
{
color: #D4DC9C;
}
</style>
background-color css
<style>
a { background-color: #D4DC9C; }
a { background-color: rgb(212,220,156); }
div.DivClassName
{
background-color: #D4DC9C;
}
.BgClassName
{
background-color: #D4DC9C;
}
</style>
border-color css
<style>
span { border-color: #D4DC9C; }
span { border-color: rgb(212,220,156); }
td.TdClassName
{
border-color: #D4DC9C;
}
.TagClassName
{
border-color: #D4DC9C;
}
</style>