Shades of Orinoco #D5DBB2
Tints of Orinoco #D5DBB2
RGB
CMYK
RGB Variations
Color information
#D5DBB2 (or 0xD5DBB2) is known color: Orinoco. HEX triplet: D5, DB and B2. RGB value is (213,219,178). Sum of RGB (Red+Green+Blue) = 213+219+178=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBB2 is #2A244D. Grayscale: #D4D4D4. Windows color (decimal): -2761806 or 11721685. OLE color: 11721685.
HSL color Cylindrical-coordinate representation of color #D5DBB2: hue angle of 68.78º degrees, saturation: 0.36, 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 #D5DBB2 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 178 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.14 |
| HSL | 68.78º | 0.36% | 0.78% | - |
| HSV(B) | 68.78º | 0.19% | 0.86% | - |
| XYZ | 60.81 | 68.02 | 52.04 | - |
| YUV | 212.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 178 | 0.03 | 0 | 0.19 | 0.14 | 68.78 | 0.36 | 0.78 |
| Hex | D5 | DB | B2 | 3 | 0 | 13 | E | 45 | 24 | 4E |
| Octal | 325 | 333 | 262 | 3 | 0 | 23 | 16 | 105 | 44 | 116 |
| Binary | 11010101 | 11011011 | 10110010 | 11 | 0 | 10011 | 1110 | 1000101 | 100100 | 1001110 |
Color Harmonies of #D5DBB2
Complementary color
Monochromatic Colors of #D5DBB2
Black with #D5DBB2
Text Example
Text Example
White with #D5DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBB2; }
p { color: rgb(213,219,178); }
H1.HeaderClassName
{
color: #D5DBB2;
}
.AnyTagClassName
{
color: #D5DBB2;
}
</style>
background-color css
<style>
a { background-color: #D5DBB2; }
a { background-color: rgb(213,219,178); }
div.DivClassName
{
background-color: #D5DBB2;
}
.BgClassName
{
background-color: #D5DBB2;
}
</style>
border-color css
<style>
span { border-color: #D5DBB2; }
span { border-color: rgb(213,219,178); }
td.TdClassName
{
border-color: #D5DBB2;
}
.TagClassName
{
border-color: #D5DBB2;
}
</style>