Shades of Orinoco #D2DFB0
Tints of Orinoco #D2DFB0
RGB
CMYK
RGB Variations
Color information
#D2DFB0 (or 0xD2DFB0) is known color: Orinoco. HEX triplet: D2, DF and B0. RGB value is (210,223,176). Sum of RGB (Red+Green+Blue) = 210+223+176=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFB0 is #2D204F. Grayscale: #D5D5D5. Windows color (decimal): -2957392 or 11591634. OLE color: 11591634.
HSL color Cylindrical-coordinate representation of color #D2DFB0: hue angle of 76.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2DFB0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 176 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 76.6º | 0.42% | 0.78% | - |
| HSV(B) | 76.6º | 0.21% | 0.87% | - |
| XYZ | 60.8 | 69.61 | 51.31 | - |
| YUV | 213.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 176 | 0.06 | 0 | 0.21 | 0.13 | 76.6 | 0.42 | 0.78 |
| Hex | D2 | DF | B0 | 6 | 0 | 15 | D | 4D | 2A | 4E |
| Octal | 322 | 337 | 260 | 6 | 0 | 25 | 15 | 115 | 52 | 116 |
| Binary | 11010010 | 11011111 | 10110000 | 110 | 0 | 10101 | 1101 | 1001101 | 101010 | 1001110 |
Color Harmonies of #D2DFB0
Complementary color
Monochromatic Colors of #D2DFB0
Black with #D2DFB0
Text Example
Text Example
White with #D2DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFB0; }
p { color: rgb(210,223,176); }
H1.HeaderClassName
{
color: #D2DFB0;
}
.AnyTagClassName
{
color: #D2DFB0;
}
</style>
background-color css
<style>
a { background-color: #D2DFB0; }
a { background-color: rgb(210,223,176); }
div.DivClassName
{
background-color: #D2DFB0;
}
.BgClassName
{
background-color: #D2DFB0;
}
</style>
border-color css
<style>
span { border-color: #D2DFB0; }
span { border-color: rgb(210,223,176); }
td.TdClassName
{
border-color: #D2DFB0;
}
.TagClassName
{
border-color: #D2DFB0;
}
</style>