Shades of Orinoco #D2DCB2
Tints of Orinoco #D2DCB2
RGB
CMYK
RGB Variations
Color information
#D2DCB2 (or 0xD2DCB2) is known color: Orinoco. HEX triplet: D2, DC and B2. RGB value is (210,220,178). Sum of RGB (Red+Green+Blue) = 210+220+178=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCB2 is #2D234D. Grayscale: #D4D4D4. Windows color (decimal): -2958158 or 11721938. OLE color: 11721938.
HSL color Cylindrical-coordinate representation of color #D2DCB2: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2DCB2 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 178 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.14 |
| HSL | 74.29º | 0.38% | 0.78% | - |
| HSV(B) | 74.29º | 0.19% | 0.86% | - |
| XYZ | 60.21 | 68.1 | 52.09 | - |
| YUV | 212.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 178 | 0.05 | 0 | 0.19 | 0.14 | 74.29 | 0.38 | 0.78 |
| Hex | D2 | DC | B2 | 5 | 0 | 13 | E | 4A | 26 | 4E |
| Octal | 322 | 334 | 262 | 5 | 0 | 23 | 16 | 112 | 46 | 116 |
| Binary | 11010010 | 11011100 | 10110010 | 101 | 0 | 10011 | 1110 | 1001010 | 100110 | 1001110 |
Color Harmonies of #D2DCB2
Complementary color
Monochromatic Colors of #D2DCB2
Black with #D2DCB2
Text Example
Text Example
White with #D2DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCB2; }
p { color: rgb(210,220,178); }
H1.HeaderClassName
{
color: #D2DCB2;
}
.AnyTagClassName
{
color: #D2DCB2;
}
</style>
background-color css
<style>
a { background-color: #D2DCB2; }
a { background-color: rgb(210,220,178); }
div.DivClassName
{
background-color: #D2DCB2;
}
.BgClassName
{
background-color: #D2DCB2;
}
</style>
border-color css
<style>
span { border-color: #D2DCB2; }
span { border-color: rgb(210,220,178); }
td.TdClassName
{
border-color: #D2DCB2;
}
.TagClassName
{
border-color: #D2DCB2;
}
</style>