Shades of Orinoco #D7DEAE
Tints of Orinoco #D7DEAE
RGB
CMYK
RGB Variations
Color information
#D7DEAE (or 0xD7DEAE) is known color: Orinoco. HEX triplet: D7, DE and AE. RGB value is (215,222,174). Sum of RGB (Red+Green+Blue) = 215+222+174=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAE is #282151. Grayscale: #D6D6D6. Windows color (decimal): -2629970 or 11460311. OLE color: 11460311.
HSL color Cylindrical-coordinate representation of color #D7DEAE: hue angle of 68.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7DEAE is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 222 | 174 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.13 |
| HSL | 68.75º | 0.42% | 0.78% | - |
| HSV(B) | 68.75º | 0.22% | 0.87% | - |
| XYZ | 61.79 | 69.75 | 50.25 | - |
| YUV | 214.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 222 | 174 | 0.03 | 0 | 0.22 | 0.13 | 68.75 | 0.42 | 0.78 |
| Hex | D7 | DE | AE | 3 | 0 | 16 | D | 45 | 2A | 4E |
| Octal | 327 | 336 | 256 | 3 | 0 | 26 | 15 | 105 | 52 | 116 |
| Binary | 11010111 | 11011110 | 10101110 | 11 | 0 | 10110 | 1101 | 1000101 | 101010 | 1001110 |
Color Harmonies of #D7DEAE
Complementary color
Monochromatic Colors of #D7DEAE
Black with #D7DEAE
Text Example
Text Example
White with #D7DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEAE; }
p { color: rgb(215,222,174); }
H1.HeaderClassName
{
color: #D7DEAE;
}
.AnyTagClassName
{
color: #D7DEAE;
}
</style>
background-color css
<style>
a { background-color: #D7DEAE; }
a { background-color: rgb(215,222,174); }
div.DivClassName
{
background-color: #D7DEAE;
}
.BgClassName
{
background-color: #D7DEAE;
}
</style>
border-color css
<style>
span { border-color: #D7DEAE; }
span { border-color: rgb(215,222,174); }
td.TdClassName
{
border-color: #D7DEAE;
}
.TagClassName
{
border-color: #D7DEAE;
}
</style>