Shades of Orinoco #DADAB4
Tints of Orinoco #DADAB4
RGB
CMYK
RGB Variations
Color information
#DADAB4 (or 0xDADAB4) is known color: Orinoco. HEX triplet: DA, DA and B4. RGB value is (218,218,180). Sum of RGB (Red+Green+Blue) = 218+218+180=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB4 is #25254B. Grayscale: #D5D5D5. Windows color (decimal): -2434380 or 11852506. OLE color: 11852506.
HSL color Cylindrical-coordinate representation of color #DADAB4: hue angle of 60º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADAB4 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 180 | - |
| CMYK | 0 | 0 | 0.17 | 0.15 |
| HSL | 60º | 0.34% | 0.78% | - |
| HSV(B) | 60º | 0.17% | 0.85% | - |
| XYZ | 62.22 | 68.34 | 53.09 | - |
| YUV | 213.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 180 | 0 | 0 | 0.17 | 0.15 | 60 | 0.34 | 0.78 |
| Hex | DA | DA | B4 | 0 | 0 | 11 | F | 3C | 22 | 4E |
| Octal | 332 | 332 | 264 | 0 | 0 | 21 | 17 | 74 | 42 | 116 |
| Binary | 11011010 | 11011010 | 10110100 | 0 | 0 | 10001 | 1111 | 111100 | 100010 | 1001110 |
Color Harmonies of #DADAB4
Complementary color
Monochromatic Colors of #DADAB4
Black with #DADAB4
Text Example
Text Example
White with #DADAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAB4; }
p { color: rgb(218,218,180); }
H1.HeaderClassName
{
color: #DADAB4;
}
.AnyTagClassName
{
color: #DADAB4;
}
</style>
background-color css
<style>
a { background-color: #DADAB4; }
a { background-color: rgb(218,218,180); }
div.DivClassName
{
background-color: #DADAB4;
}
.BgClassName
{
background-color: #DADAB4;
}
</style>
border-color css
<style>
span { border-color: #DADAB4; }
span { border-color: rgb(218,218,180); }
td.TdClassName
{
border-color: #DADAB4;
}
.TagClassName
{
border-color: #DADAB4;
}
</style>