Shades of Orinoco #DAD8B4
Tints of Orinoco #DAD8B4
RGB
CMYK
RGB Variations
Color information
#DAD8B4 (or 0xDAD8B4) is known color: Orinoco. HEX triplet: DA, D8 and B4. RGB value is (218,216,180). Sum of RGB (Red+Green+Blue) = 218+216+180=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8B4 is #25274B. Grayscale: #D4D4D4. Windows color (decimal): -2434892 or 11851994. OLE color: 11851994.
HSL color Cylindrical-coordinate representation of color #DAD8B4: hue angle of 56.84º 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 #DAD8B4 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 180 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.15 |
| HSL | 56.84º | 0.34% | 0.78% | - |
| HSV(B) | 56.84º | 0.17% | 0.85% | - |
| XYZ | 61.71 | 67.31 | 52.92 | - |
| YUV | 212.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 180 | 0 | 0.01 | 0.17 | 0.15 | 56.84 | 0.34 | 0.78 |
| Hex | DA | D8 | B4 | 0 | 1 | 11 | F | 39 | 22 | 4E |
| Octal | 332 | 330 | 264 | 0 | 1 | 21 | 17 | 71 | 42 | 116 |
| Binary | 11011010 | 11011000 | 10110100 | 0 | 1 | 10001 | 1111 | 111001 | 100010 | 1001110 |
Color Harmonies of #DAD8B4
Complementary color
Monochromatic Colors of #DAD8B4
Black with #DAD8B4
Text Example
Text Example
White with #DAD8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8B4; }
p { color: rgb(218,216,180); }
H1.HeaderClassName
{
color: #DAD8B4;
}
.AnyTagClassName
{
color: #DAD8B4;
}
</style>
background-color css
<style>
a { background-color: #DAD8B4; }
a { background-color: rgb(218,216,180); }
div.DivClassName
{
background-color: #DAD8B4;
}
.BgClassName
{
background-color: #DAD8B4;
}
</style>
border-color css
<style>
span { border-color: #DAD8B4; }
span { border-color: rgb(218,216,180); }
td.TdClassName
{
border-color: #DAD8B4;
}
.TagClassName
{
border-color: #DAD8B4;
}
</style>