Shades of Orinoco #D2DCB3
Tints of Orinoco #D2DCB3
RGB
CMYK
RGB Variations
Color information
#D2DCB3 (or 0xD2DCB3) is known color: Orinoco. HEX triplet: D2, DC and B3. RGB value is (210,220,179). Sum of RGB (Red+Green+Blue) = 210+220+179=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCB3 is #2D234C. Grayscale: #D4D4D4. Windows color (decimal): -2958157 or 11787474. OLE color: 11787474.
HSL color Cylindrical-coordinate representation of color #D2DCB3: hue angle of 74.63º degrees, saturation: 0.37, 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 #D2DCB3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 179 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.14 |
| HSL | 74.63º | 0.37% | 0.78% | - |
| HSV(B) | 74.63º | 0.19% | 0.86% | - |
| XYZ | 60.31 | 68.14 | 52.62 | - |
| YUV | 212.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 179 | 0.05 | 0 | 0.19 | 0.14 | 74.63 | 0.37 | 0.78 |
| Hex | D2 | DC | B3 | 5 | 0 | 13 | E | 4B | 25 | 4E |
| Octal | 322 | 334 | 263 | 5 | 0 | 23 | 16 | 113 | 45 | 116 |
| Binary | 11010010 | 11011100 | 10110011 | 101 | 0 | 10011 | 1110 | 1001011 | 100101 | 1001110 |
Color Harmonies of #D2DCB3
Complementary color
Monochromatic Colors of #D2DCB3
Black with #D2DCB3
Text Example
Text Example
White with #D2DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCB3; }
p { color: rgb(210,220,179); }
H1.HeaderClassName
{
color: #D2DCB3;
}
.AnyTagClassName
{
color: #D2DCB3;
}
</style>
background-color css
<style>
a { background-color: #D2DCB3; }
a { background-color: rgb(210,220,179); }
div.DivClassName
{
background-color: #D2DCB3;
}
.BgClassName
{
background-color: #D2DCB3;
}
</style>
border-color css
<style>
span { border-color: #D2DCB3; }
span { border-color: rgb(210,220,179); }
td.TdClassName
{
border-color: #D2DCB3;
}
.TagClassName
{
border-color: #D2DCB3;
}
</style>