Shades of Orinoco #DADCB5
Tints of Orinoco #DADCB5
RGB
CMYK
RGB Variations
Color information
#DADCB5 (or 0xDADCB5) is known color: Orinoco. HEX triplet: DA, DC and B5. RGB value is (218,220,181). Sum of RGB (Red+Green+Blue) = 218+220+181=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB5 is #25234A. Grayscale: #D7D7D7. Windows color (decimal): -2433867 or 11918554. OLE color: 11918554.
HSL color Cylindrical-coordinate representation of color #DADCB5: hue angle of 63.08º 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 #DADCB5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 181 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.14 |
| HSL | 63.08º | 0.36% | 0.79% | - |
| HSV(B) | 63.08º | 0.18% | 0.86% | - |
| XYZ | 62.85 | 69.43 | 53.8 | - |
| YUV | 214.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 181 | 0.01 | 0 | 0.18 | 0.14 | 63.08 | 0.36 | 0.79 |
| Hex | DA | DC | B5 | 1 | 0 | 12 | E | 3F | 24 | 4F |
| Octal | 332 | 334 | 265 | 1 | 0 | 22 | 16 | 77 | 44 | 117 |
| Binary | 11011010 | 11011100 | 10110101 | 1 | 0 | 10010 | 1110 | 111111 | 100100 | 1001111 |
Color Harmonies of #DADCB5
Complementary color
Monochromatic Colors of #DADCB5
Black with #DADCB5
Text Example
Text Example
White with #DADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCB5; }
p { color: rgb(218,220,181); }
H1.HeaderClassName
{
color: #DADCB5;
}
.AnyTagClassName
{
color: #DADCB5;
}
</style>
background-color css
<style>
a { background-color: #DADCB5; }
a { background-color: rgb(218,220,181); }
div.DivClassName
{
background-color: #DADCB5;
}
.BgClassName
{
background-color: #DADCB5;
}
</style>
border-color css
<style>
span { border-color: #DADCB5; }
span { border-color: rgb(218,220,181); }
td.TdClassName
{
border-color: #DADCB5;
}
.TagClassName
{
border-color: #DADCB5;
}
</style>