Shades of Orinoco #D9DCB5
Tints of Orinoco #D9DCB5
RGB
CMYK
RGB Variations
Color information
#D9DCB5 (or 0xD9DCB5) is known color: Orinoco. HEX triplet: D9, DC and B5. RGB value is (217,220,181). Sum of RGB (Red+Green+Blue) = 217+220+181=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCB5 is #26234A. Grayscale: #D6D6D6. Windows color (decimal): -2499403 or 11918553. OLE color: 11918553.
HSL color Cylindrical-coordinate representation of color #D9DCB5: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9DCB5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 220 | 181 | - |
CMYK | 0.01 | 0 | 0.18 | 0.14 |
HSL | 64.62º | 0.36% | 0.79% | - |
HSV(B) | 64.62º | 0.18% | 0.86% | - |
XYZ | 62.55 | 69.27 | 53.79 | - |
YUV | 214.66 | 109.01 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 220 | 181 | 0.01 | 0 | 0.18 | 0.14 | 64.62 | 0.36 | 0.79 |
Hex | D9 | DC | B5 | 1 | 0 | 12 | E | 41 | 24 | 4F |
Octal | 331 | 334 | 265 | 1 | 0 | 22 | 16 | 101 | 44 | 117 |
Binary | 11011001 | 11011100 | 10110101 | 1 | 0 | 10010 | 1110 | 1000001 | 100100 | 1001111 |
Color Harmonies of #D9DCB5
Complementary color
Monochromatic Colors of #D9DCB5
Black with #D9DCB5
Text Example
Text Example
White with #D9DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCB5; }
p { color: rgb(217,220,181); }
H1.HeaderClassName
{
color: #D9DCB5;
}
.AnyTagClassName
{
color: #D9DCB5;
}
</style>
background-color css
<style>
a { background-color: #D9DCB5; }
a { background-color: rgb(217,220,181); }
div.DivClassName
{
background-color: #D9DCB5;
}
.BgClassName
{
background-color: #D9DCB5;
}
</style>
border-color css
<style>
span { border-color: #D9DCB5; }
span { border-color: rgb(217,220,181); }
td.TdClassName
{
border-color: #D9DCB5;
}
.TagClassName
{
border-color: #D9DCB5;
}
</style>