Shades of Orinoco #DADCB8
Tints of Orinoco #DADCB8
RGB
CMYK
RGB Variations
Color information
#DADCB8 (or 0xDADCB8) is known color: Orinoco. HEX triplet: DA, DC and B8. RGB value is (218,220,184). Sum of RGB (Red+Green+Blue) = 218+220+184=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB8 is #252347. Grayscale: #D7D7D7. Windows color (decimal): -2433864 or 12115162. OLE color: 12115162.
HSL color Cylindrical-coordinate representation of color #DADCB8: hue angle of 63.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADCB8 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 184 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.14 |
| HSL | 63.33º | 0.34% | 0.79% | - |
| HSV(B) | 63.33º | 0.16% | 0.86% | - |
| XYZ | 63.16 | 69.55 | 55.44 | - |
| YUV | 215.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 184 | 0.01 | 0 | 0.16 | 0.14 | 63.33 | 0.34 | 0.79 |
| Hex | DA | DC | B8 | 1 | 0 | 10 | E | 3F | 22 | 4F |
| Octal | 332 | 334 | 270 | 1 | 0 | 20 | 16 | 77 | 42 | 117 |
| Binary | 11011010 | 11011100 | 10111000 | 1 | 0 | 10000 | 1110 | 111111 | 100010 | 1001111 |
Color Harmonies of #DADCB8
Complementary color
Monochromatic Colors of #DADCB8
Black with #DADCB8
Text Example
Text Example
White with #DADCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCB8; }
p { color: rgb(218,220,184); }
H1.HeaderClassName
{
color: #DADCB8;
}
.AnyTagClassName
{
color: #DADCB8;
}
</style>
background-color css
<style>
a { background-color: #DADCB8; }
a { background-color: rgb(218,220,184); }
div.DivClassName
{
background-color: #DADCB8;
}
.BgClassName
{
background-color: #DADCB8;
}
</style>
border-color css
<style>
span { border-color: #DADCB8; }
span { border-color: rgb(218,220,184); }
td.TdClassName
{
border-color: #DADCB8;
}
.TagClassName
{
border-color: #DADCB8;
}
</style>