Shades of Orinoco #D5DDB6
Tints of Orinoco #D5DDB6
RGB
CMYK
RGB Variations
Color information
#D5DDB6 (or 0xD5DDB6) is known color: Orinoco. HEX triplet: D5, DD and B6. RGB value is (213,221,182). Sum of RGB (Red+Green+Blue) = 213+221+182=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDB6 is #2A2249. Grayscale: #D6D6D6. Windows color (decimal): -2761290 or 11984341. OLE color: 11984341.
HSL color Cylindrical-coordinate representation of color #D5DDB6: hue angle of 72.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5DDB6 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 182 | - |
CMYK | 0.04 | 0 | 0.18 | 0.13 |
HSL | 72.31º | 0.36% | 0.79% | - |
HSV(B) | 72.31º | 0.18% | 0.87% | - |
XYZ | 61.74 | 69.24 | 54.37 | - |
YUV | 214.16 | 109.85 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 182 | 0.04 | 0 | 0.18 | 0.13 | 72.31 | 0.36 | 0.79 |
Hex | D5 | DD | B6 | 4 | 0 | 12 | D | 48 | 24 | 4F |
Octal | 325 | 335 | 266 | 4 | 0 | 22 | 15 | 110 | 44 | 117 |
Binary | 11010101 | 11011101 | 10110110 | 100 | 0 | 10010 | 1101 | 1001000 | 100100 | 1001111 |
Color Harmonies of #D5DDB6
Complementary color
Monochromatic Colors of #D5DDB6
Black with #D5DDB6
Text Example
Text Example
White with #D5DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDB6; }
p { color: rgb(213,221,182); }
H1.HeaderClassName
{
color: #D5DDB6;
}
.AnyTagClassName
{
color: #D5DDB6;
}
</style>
background-color css
<style>
a { background-color: #D5DDB6; }
a { background-color: rgb(213,221,182); }
div.DivClassName
{
background-color: #D5DDB6;
}
.BgClassName
{
background-color: #D5DDB6;
}
</style>
border-color css
<style>
span { border-color: #D5DDB6; }
span { border-color: rgb(213,221,182); }
td.TdClassName
{
border-color: #D5DDB6;
}
.TagClassName
{
border-color: #D5DDB6;
}
</style>