Shades of Orinoco #D4DCAE
Tints of Orinoco #D4DCAE
RGB
CMYK
RGB Variations
Color information
#D4DCAE (or 0xD4DCAE) is known color: Orinoco. HEX triplet: D4, DC and AE. RGB value is (212,220,174). Sum of RGB (Red+Green+Blue) = 212+220+174=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAE is #2B2351. Grayscale: #D4D4D4. Windows color (decimal): -2827090 or 11459796. OLE color: 11459796.
HSL color Cylindrical-coordinate representation of color #D4DCAE: hue angle of 70.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4DCAE is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 174 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.14 |
| HSL | 70.43º | 0.4% | 0.77% | - |
| HSV(B) | 70.43º | 0.21% | 0.86% | - |
| XYZ | 60.38 | 68.24 | 50.03 | - |
| YUV | 212.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 174 | 0.04 | 0 | 0.21 | 0.14 | 70.43 | 0.4 | 0.77 |
| Hex | D4 | DC | AE | 4 | 0 | 15 | E | 46 | 28 | 4D |
| Octal | 324 | 334 | 256 | 4 | 0 | 25 | 16 | 106 | 50 | 115 |
| Binary | 11010100 | 11011100 | 10101110 | 100 | 0 | 10101 | 1110 | 1000110 | 101000 | 1001101 |
Color Harmonies of #D4DCAE
Complementary color
Monochromatic Colors of #D4DCAE
Black with #D4DCAE
Text Example
Text Example
White with #D4DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCAE; }
p { color: rgb(212,220,174); }
H1.HeaderClassName
{
color: #D4DCAE;
}
.AnyTagClassName
{
color: #D4DCAE;
}
</style>
background-color css
<style>
a { background-color: #D4DCAE; }
a { background-color: rgb(212,220,174); }
div.DivClassName
{
background-color: #D4DCAE;
}
.BgClassName
{
background-color: #D4DCAE;
}
</style>
border-color css
<style>
span { border-color: #D4DCAE; }
span { border-color: rgb(212,220,174); }
td.TdClassName
{
border-color: #D4DCAE;
}
.TagClassName
{
border-color: #D4DCAE;
}
</style>