Shades of Orinoco #D4DAAB
Tints of Orinoco #D4DAAB
RGB
CMYK
RGB Variations
Color information
#D4DAAB (or 0xD4DAAB) is known color: Orinoco. HEX triplet: D4, DA and AB. RGB value is (212,218,171). Sum of RGB (Red+Green+Blue) = 212+218+171=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAAB is #2B2554. Grayscale: #D3D3D3. Windows color (decimal): -2827605 or 11262676. OLE color: 11262676.
HSL color Cylindrical-coordinate representation of color #D4DAAB: hue angle of 67.66º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4DAAB is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 171 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.15 |
| HSL | 67.66º | 0.39% | 0.76% | - |
| HSV(B) | 67.66º | 0.22% | 0.85% | - |
| XYZ | 59.57 | 67.08 | 48.34 | - |
| YUV | 210.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 171 | 0.03 | 0 | 0.22 | 0.15 | 67.66 | 0.39 | 0.76 |
| Hex | D4 | DA | AB | 3 | 0 | 16 | F | 44 | 27 | 4C |
| Octal | 324 | 332 | 253 | 3 | 0 | 26 | 17 | 104 | 47 | 114 |
| Binary | 11010100 | 11011010 | 10101011 | 11 | 0 | 10110 | 1111 | 1000100 | 100111 | 1001100 |
Color Harmonies of #D4DAAB
Complementary color
Monochromatic Colors of #D4DAAB
Black with #D4DAAB
Text Example
Text Example
White with #D4DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAAB; }
p { color: rgb(212,218,171); }
H1.HeaderClassName
{
color: #D4DAAB;
}
.AnyTagClassName
{
color: #D4DAAB;
}
</style>
background-color css
<style>
a { background-color: #D4DAAB; }
a { background-color: rgb(212,218,171); }
div.DivClassName
{
background-color: #D4DAAB;
}
.BgClassName
{
background-color: #D4DAAB;
}
</style>
border-color css
<style>
span { border-color: #D4DAAB; }
span { border-color: rgb(212,218,171); }
td.TdClassName
{
border-color: #D4DAAB;
}
.TagClassName
{
border-color: #D4DAAB;
}
</style>