Shades of Orinoco #D3DFAD
Tints of Orinoco #D3DFAD
RGB
CMYK
RGB Variations
Color information
#D3DFAD (or 0xD3DFAD) is known color: Orinoco. HEX triplet: D3, DF and AD. RGB value is (211,223,173). Sum of RGB (Red+Green+Blue) = 211+223+173=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFAD is #2C2052. Grayscale: #D5D5D5. Windows color (decimal): -2891859 or 11395027. OLE color: 11395027.
HSL color Cylindrical-coordinate representation of color #D3DFAD: hue angle of 74.4º degrees, saturation: 0.44, 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 #D3DFAD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 173 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.13 |
| HSL | 74.4º | 0.44% | 0.78% | - |
| HSV(B) | 74.4º | 0.22% | 0.87% | - |
| XYZ | 60.79 | 69.64 | 49.77 | - |
| YUV | 213.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 173 | 0.05 | 0 | 0.22 | 0.13 | 74.4 | 0.44 | 0.78 |
| Hex | D3 | DF | AD | 5 | 0 | 16 | D | 4A | 2C | 4E |
| Octal | 323 | 337 | 255 | 5 | 0 | 26 | 15 | 112 | 54 | 116 |
| Binary | 11010011 | 11011111 | 10101101 | 101 | 0 | 10110 | 1101 | 1001010 | 101100 | 1001110 |
Color Harmonies of #D3DFAD
Complementary color
Monochromatic Colors of #D3DFAD
Black with #D3DFAD
Text Example
Text Example
White with #D3DFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFAD; }
p { color: rgb(211,223,173); }
H1.HeaderClassName
{
color: #D3DFAD;
}
.AnyTagClassName
{
color: #D3DFAD;
}
</style>
background-color css
<style>
a { background-color: #D3DFAD; }
a { background-color: rgb(211,223,173); }
div.DivClassName
{
background-color: #D3DFAD;
}
.BgClassName
{
background-color: #D3DFAD;
}
</style>
border-color css
<style>
span { border-color: #D3DFAD; }
span { border-color: rgb(211,223,173); }
td.TdClassName
{
border-color: #D3DFAD;
}
.TagClassName
{
border-color: #D3DFAD;
}
</style>