Shades of Orinoco #DAD9B4
Tints of Orinoco #DAD9B4
RGB
CMYK
RGB Variations
Color information
#DAD9B4 (or 0xDAD9B4) is known color: Orinoco. HEX triplet: DA, D9 and B4. RGB value is (218,217,180). Sum of RGB (Red+Green+Blue) = 218+217+180=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9B4 is #25264B. Grayscale: #D5D5D5. Windows color (decimal): -2434636 or 11852250. OLE color: 11852250.
HSL color Cylindrical-coordinate representation of color #DAD9B4: hue angle of 58.42º 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 #DAD9B4 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 180 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.15 |
| HSL | 58.42º | 0.34% | 0.78% | - |
| HSV(B) | 58.42º | 0.17% | 0.85% | - |
| XYZ | 61.96 | 67.83 | 53.01 | - |
| YUV | 213.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 180 | 0 | 0.00 | 0.17 | 0.15 | 58.42 | 0.34 | 0.78 |
| Hex | DA | D9 | B4 | 0 | 0 | 11 | F | 3A | 22 | 4E |
| Octal | 332 | 331 | 264 | 0 | 0 | 21 | 17 | 72 | 42 | 116 |
| Binary | 11011010 | 11011001 | 10110100 | 0 | 0 | 10001 | 1111 | 111010 | 100010 | 1001110 |
Color Harmonies of #DAD9B4
Complementary color
Monochromatic Colors of #DAD9B4
Black with #DAD9B4
Text Example
Text Example
White with #DAD9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9B4; }
p { color: rgb(218,217,180); }
H1.HeaderClassName
{
color: #DAD9B4;
}
.AnyTagClassName
{
color: #DAD9B4;
}
</style>
background-color css
<style>
a { background-color: #DAD9B4; }
a { background-color: rgb(218,217,180); }
div.DivClassName
{
background-color: #DAD9B4;
}
.BgClassName
{
background-color: #DAD9B4;
}
</style>
border-color css
<style>
span { border-color: #DAD9B4; }
span { border-color: rgb(218,217,180); }
td.TdClassName
{
border-color: #DAD9B4;
}
.TagClassName
{
border-color: #DAD9B4;
}
</style>