Shades of Orinoco #D5DCAE
Tints of Orinoco #D5DCAE
RGB
CMYK
RGB Variations
Color information
#D5DCAE (or 0xD5DCAE) is known color: Orinoco. HEX triplet: D5, DC and AE. RGB value is (213,220,174). Sum of RGB (Red+Green+Blue) = 213+220+174=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAE is #2A2351. Grayscale: #D4D4D4. Windows color (decimal): -2761554 or 11459797. OLE color: 11459797.
HSL color Cylindrical-coordinate representation of color #D5DCAE: hue angle of 69.13º 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 #D5DCAE is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 174 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.14 |
| HSL | 69.13º | 0.4% | 0.77% | - |
| HSV(B) | 69.13º | 0.21% | 0.86% | - |
| XYZ | 60.67 | 68.39 | 50.05 | - |
| YUV | 212.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 174 | 0.03 | 0 | 0.21 | 0.14 | 69.13 | 0.4 | 0.77 |
| Hex | D5 | DC | AE | 3 | 0 | 15 | E | 45 | 28 | 4D |
| Octal | 325 | 334 | 256 | 3 | 0 | 25 | 16 | 105 | 50 | 115 |
| Binary | 11010101 | 11011100 | 10101110 | 11 | 0 | 10101 | 1110 | 1000101 | 101000 | 1001101 |
Color Harmonies of #D5DCAE
Complementary color
Monochromatic Colors of #D5DCAE
Black with #D5DCAE
Text Example
Text Example
White with #D5DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCAE; }
p { color: rgb(213,220,174); }
H1.HeaderClassName
{
color: #D5DCAE;
}
.AnyTagClassName
{
color: #D5DCAE;
}
</style>
background-color css
<style>
a { background-color: #D5DCAE; }
a { background-color: rgb(213,220,174); }
div.DivClassName
{
background-color: #D5DCAE;
}
.BgClassName
{
background-color: #D5DCAE;
}
</style>
border-color css
<style>
span { border-color: #D5DCAE; }
span { border-color: rgb(213,220,174); }
td.TdClassName
{
border-color: #D5DCAE;
}
.TagClassName
{
border-color: #D5DCAE;
}
</style>