Shades of Orinoco #DADCB2
Tints of Orinoco #DADCB2
RGB
CMYK
RGB Variations
Color information
#DADCB2 (or 0xDADCB2) is known color: Orinoco. HEX triplet: DA, DC and B2. RGB value is (218,220,178). Sum of RGB (Red+Green+Blue) = 218+220+178=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCB2 is #25234D. Grayscale: #D6D6D6. Windows color (decimal): -2433870 or 11721946. OLE color: 11721946.
HSL color Cylindrical-coordinate representation of color #DADCB2: hue angle of 62.86º degrees, saturation: 0.38, 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 #DADCB2 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 178 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.14 |
| HSL | 62.86º | 0.38% | 0.78% | - |
| HSV(B) | 62.86º | 0.19% | 0.86% | - |
| XYZ | 62.54 | 69.31 | 52.2 | - |
| YUV | 214.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 178 | 0.01 | 0 | 0.19 | 0.14 | 62.86 | 0.38 | 0.78 |
| Hex | DA | DC | B2 | 1 | 0 | 13 | E | 3F | 26 | 4E |
| Octal | 332 | 334 | 262 | 1 | 0 | 23 | 16 | 77 | 46 | 116 |
| Binary | 11011010 | 11011100 | 10110010 | 1 | 0 | 10011 | 1110 | 111111 | 100110 | 1001110 |
Color Harmonies of #DADCB2
Complementary color
Monochromatic Colors of #DADCB2
Black with #DADCB2
Text Example
Text Example
White with #DADCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCB2; }
p { color: rgb(218,220,178); }
H1.HeaderClassName
{
color: #DADCB2;
}
.AnyTagClassName
{
color: #DADCB2;
}
</style>
background-color css
<style>
a { background-color: #DADCB2; }
a { background-color: rgb(218,220,178); }
div.DivClassName
{
background-color: #DADCB2;
}
.BgClassName
{
background-color: #DADCB2;
}
</style>
border-color css
<style>
span { border-color: #DADCB2; }
span { border-color: rgb(218,220,178); }
td.TdClassName
{
border-color: #DADCB2;
}
.TagClassName
{
border-color: #DADCB2;
}
</style>