Shades of Orinoco #DADBAC
Tints of Orinoco #DADBAC
RGB
CMYK
RGB Variations
Color information
#DADBAC (or 0xDADBAC) is known color: Orinoco. HEX triplet: DA, DB and AC. RGB value is (218,219,172). Sum of RGB (Red+Green+Blue) = 218+219+172=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBAC is #252453. Grayscale: #D5D5D5. Windows color (decimal): -2434132 or 11328474. OLE color: 11328474.
HSL color Cylindrical-coordinate representation of color #DADBAC: hue angle of 61.28º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADBAC is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 219 | 172 | - |
CMYK | 0.00 | 0 | 0.21 | 0.14 |
HSL | 61.28º | 0.39% | 0.77% | - |
HSV(B) | 61.28º | 0.21% | 0.86% | - |
XYZ | 61.69 | 68.55 | 49.01 | - |
YUV | 213.34 | 104.67 | 131.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 172 | 0.00 | 0 | 0.21 | 0.14 | 61.28 | 0.39 | 0.77 |
Hex | DA | DB | AC | 0 | 0 | 15 | E | 3D | 27 | 4D |
Octal | 332 | 333 | 254 | 0 | 0 | 25 | 16 | 75 | 47 | 115 |
Binary | 11011010 | 11011011 | 10101100 | 0 | 0 | 10101 | 1110 | 111101 | 100111 | 1001101 |
Color Harmonies of #DADBAC
Complementary color
Monochromatic Colors of #DADBAC
Black with #DADBAC
Text Example
Text Example
White with #DADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBAC; }
p { color: rgb(218,219,172); }
H1.HeaderClassName
{
color: #DADBAC;
}
.AnyTagClassName
{
color: #DADBAC;
}
</style>
background-color css
<style>
a { background-color: #DADBAC; }
a { background-color: rgb(218,219,172); }
div.DivClassName
{
background-color: #DADBAC;
}
.BgClassName
{
background-color: #DADBAC;
}
</style>
border-color css
<style>
span { border-color: #DADBAC; }
span { border-color: rgb(218,219,172); }
td.TdClassName
{
border-color: #DADBAC;
}
.TagClassName
{
border-color: #DADBAC;
}
</style>