Shades of Orinoco #D3DEAC
Tints of Orinoco #D3DEAC
RGB
CMYK
RGB Variations
Color information
#D3DEAC (or 0xD3DEAC) is known color: Orinoco. HEX triplet: D3, DE and AC. RGB value is (211,222,172). Sum of RGB (Red+Green+Blue) = 211+222+172=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEAC is #2C2153. Grayscale: #D5D5D5. Windows color (decimal): -2892116 or 11329235. OLE color: 11329235.
HSL color Cylindrical-coordinate representation of color #D3DEAC: hue angle of 73.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3DEAC is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 172 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.13 |
| HSL | 73.2º | 0.43% | 0.77% | - |
| HSV(B) | 73.2º | 0.23% | 0.87% | - |
| XYZ | 60.43 | 69.07 | 49.18 | - |
| YUV | 213.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 172 | 0.05 | 0 | 0.23 | 0.13 | 73.2 | 0.43 | 0.77 |
| Hex | D3 | DE | AC | 5 | 0 | 17 | D | 49 | 2B | 4D |
| Octal | 323 | 336 | 254 | 5 | 0 | 27 | 15 | 111 | 53 | 115 |
| Binary | 11010011 | 11011110 | 10101100 | 101 | 0 | 10111 | 1101 | 1001001 | 101011 | 1001101 |
Color Harmonies of #D3DEAC
Complementary color
Monochromatic Colors of #D3DEAC
Black with #D3DEAC
Text Example
Text Example
White with #D3DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEAC; }
p { color: rgb(211,222,172); }
H1.HeaderClassName
{
color: #D3DEAC;
}
.AnyTagClassName
{
color: #D3DEAC;
}
</style>
background-color css
<style>
a { background-color: #D3DEAC; }
a { background-color: rgb(211,222,172); }
div.DivClassName
{
background-color: #D3DEAC;
}
.BgClassName
{
background-color: #D3DEAC;
}
</style>
border-color css
<style>
span { border-color: #D3DEAC; }
span { border-color: rgb(211,222,172); }
td.TdClassName
{
border-color: #D3DEAC;
}
.TagClassName
{
border-color: #D3DEAC;
}
</style>