Shades of Orinoco #D1DDAB
Tints of Orinoco #D1DDAB
RGB
CMYK
RGB Variations
Color information
#D1DDAB (or 0xD1DDAB) is known color: Orinoco. HEX triplet: D1, DD and AB. RGB value is (209,221,171). Sum of RGB (Red+Green+Blue) = 209+221+171=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDAB is #2E2254. Grayscale: #D3D3D3. Windows color (decimal): -3023445 or 11263441. OLE color: 11263441.
HSL color Cylindrical-coordinate representation of color #D1DDAB: hue angle of 74.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1DDAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 221 | 171 | - |
CMYK | 0.05 | 0 | 0.23 | 0.13 |
HSL | 74.4º | 0.42% | 0.77% | - |
HSV(B) | 74.4º | 0.23% | 0.87% | - |
XYZ | 59.5 | 68.21 | 48.56 | - |
YUV | 211.71 | 105.02 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 171 | 0.05 | 0 | 0.23 | 0.13 | 74.4 | 0.42 | 0.77 |
Hex | D1 | DD | AB | 5 | 0 | 17 | D | 4A | 2A | 4D |
Octal | 321 | 335 | 253 | 5 | 0 | 27 | 15 | 112 | 52 | 115 |
Binary | 11010001 | 11011101 | 10101011 | 101 | 0 | 10111 | 1101 | 1001010 | 101010 | 1001101 |
Color Harmonies of #D1DDAB
Complementary color
Monochromatic Colors of #D1DDAB
Black with #D1DDAB
Text Example
Text Example
White with #D1DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDAB; }
p { color: rgb(209,221,171); }
H1.HeaderClassName
{
color: #D1DDAB;
}
.AnyTagClassName
{
color: #D1DDAB;
}
</style>
background-color css
<style>
a { background-color: #D1DDAB; }
a { background-color: rgb(209,221,171); }
div.DivClassName
{
background-color: #D1DDAB;
}
.BgClassName
{
background-color: #D1DDAB;
}
</style>
border-color css
<style>
span { border-color: #D1DDAB; }
span { border-color: rgb(209,221,171); }
td.TdClassName
{
border-color: #D1DDAB;
}
.TagClassName
{
border-color: #D1DDAB;
}
</style>