Shades of Orinoco #DAD8B5
Tints of Orinoco #DAD8B5
RGB
CMYK
RGB Variations
Color information
#DAD8B5 (or 0xDAD8B5) is known color: Orinoco. HEX triplet: DA, D8 and B5. RGB value is (218,216,181). Sum of RGB (Red+Green+Blue) = 218+216+181=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8B5 is #25274A. Grayscale: #D4D4D4. Windows color (decimal): -2434891 or 11917530. OLE color: 11917530.
HSL color Cylindrical-coordinate representation of color #DAD8B5: hue angle of 56.76º degrees, saturation: 0.33, 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 #DAD8B5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 216 | 181 | - |
CMYK | 0 | 0.01 | 0.17 | 0.15 |
HSL | 56.76º | 0.33% | 0.78% | - |
HSV(B) | 56.76º | 0.17% | 0.85% | - |
XYZ | 61.81 | 67.35 | 53.46 | - |
YUV | 212.61 | 110.16 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 181 | 0 | 0.01 | 0.17 | 0.15 | 56.76 | 0.33 | 0.78 |
Hex | DA | D8 | B5 | 0 | 1 | 11 | F | 39 | 21 | 4E |
Octal | 332 | 330 | 265 | 0 | 1 | 21 | 17 | 71 | 41 | 116 |
Binary | 11011010 | 11011000 | 10110101 | 0 | 1 | 10001 | 1111 | 111001 | 100001 | 1001110 |
Color Harmonies of #DAD8B5
Complementary color
Monochromatic Colors of #DAD8B5
Black with #DAD8B5
Text Example
Text Example
White with #DAD8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8B5; }
p { color: rgb(218,216,181); }
H1.HeaderClassName
{
color: #DAD8B5;
}
.AnyTagClassName
{
color: #DAD8B5;
}
</style>
background-color css
<style>
a { background-color: #DAD8B5; }
a { background-color: rgb(218,216,181); }
div.DivClassName
{
background-color: #DAD8B5;
}
.BgClassName
{
background-color: #DAD8B5;
}
</style>
border-color css
<style>
span { border-color: #DAD8B5; }
span { border-color: rgb(218,216,181); }
td.TdClassName
{
border-color: #DAD8B5;
}
.TagClassName
{
border-color: #DAD8B5;
}
</style>