Shades of Orinoco #DADBAB
Tints of Orinoco #DADBAB
RGB
CMYK
RGB Variations
Color information
#DADBAB (or 0xDADBAB) is known color: Orinoco. HEX triplet: DA, DB and AB. RGB value is (218,219,171). Sum of RGB (Red+Green+Blue) = 218+219+171=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBAB is #252454. Grayscale: #D5D5D5. Windows color (decimal): -2434133 or 11262938. OLE color: 11262938.
HSL color Cylindrical-coordinate representation of color #DADBAB: hue angle of 61.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DADBAB is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 219 | 171 | - |
CMYK | 0.00 | 0 | 0.22 | 0.14 |
HSL | 61.25º | 0.4% | 0.76% | - |
HSV(B) | 61.25º | 0.22% | 0.86% | - |
XYZ | 61.6 | 68.51 | 48.51 | - |
YUV | 213.23 | 104.17 | 131.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 171 | 0.00 | 0 | 0.22 | 0.14 | 61.25 | 0.4 | 0.76 |
Hex | DA | DB | AB | 0 | 0 | 16 | E | 3D | 28 | 4C |
Octal | 332 | 333 | 253 | 0 | 0 | 26 | 16 | 75 | 50 | 114 |
Binary | 11011010 | 11011011 | 10101011 | 0 | 0 | 10110 | 1110 | 111101 | 101000 | 1001100 |
Color Harmonies of #DADBAB
Complementary color
Monochromatic Colors of #DADBAB
Black with #DADBAB
Text Example
Text Example
White with #DADBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBAB; }
p { color: rgb(218,219,171); }
H1.HeaderClassName
{
color: #DADBAB;
}
.AnyTagClassName
{
color: #DADBAB;
}
</style>
background-color css
<style>
a { background-color: #DADBAB; }
a { background-color: rgb(218,219,171); }
div.DivClassName
{
background-color: #DADBAB;
}
.BgClassName
{
background-color: #DADBAB;
}
</style>
border-color css
<style>
span { border-color: #DADBAB; }
span { border-color: rgb(218,219,171); }
td.TdClassName
{
border-color: #DADBAB;
}
.TagClassName
{
border-color: #DADBAB;
}
</style>