Shades of Orinoco #D4D6B3
Tints of Orinoco #D4D6B3
RGB
CMYK
RGB Variations
Color information
#D4D6B3 (or 0xD4D6B3) is known color: Orinoco. HEX triplet: D4, D6 and B3. RGB value is (212,214,179). Sum of RGB (Red+Green+Blue) = 212+214+179=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6B3 is #2B294C. Grayscale: #D1D1D1. Windows color (decimal): -2828621 or 11785940. OLE color: 11785940.
HSL color Cylindrical-coordinate representation of color #D4D6B3: hue angle of 63.43º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D6B3 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 214 | 179 | - |
CMYK | 0.01 | 0 | 0.16 | 0.16 |
HSL | 63.43º | 0.3% | 0.77% | - |
HSV(B) | 63.43º | 0.16% | 0.84% | - |
XYZ | 59.33 | 65.34 | 52.13 | - |
YUV | 209.41 | 110.84 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 179 | 0.01 | 0 | 0.16 | 0.16 | 63.43 | 0.3 | 0.77 |
Hex | D4 | D6 | B3 | 1 | 0 | 10 | 10 | 3F | 1E | 4D |
Octal | 324 | 326 | 263 | 1 | 0 | 20 | 20 | 77 | 36 | 115 |
Binary | 11010100 | 11010110 | 10110011 | 1 | 0 | 10000 | 10000 | 111111 | 11110 | 1001101 |
Color Harmonies of #D4D6B3
Complementary color
Monochromatic Colors of #D4D6B3
Black with #D4D6B3
Text Example
Text Example
White with #D4D6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6B3; }
p { color: rgb(212,214,179); }
H1.HeaderClassName
{
color: #D4D6B3;
}
.AnyTagClassName
{
color: #D4D6B3;
}
</style>
background-color css
<style>
a { background-color: #D4D6B3; }
a { background-color: rgb(212,214,179); }
div.DivClassName
{
background-color: #D4D6B3;
}
.BgClassName
{
background-color: #D4D6B3;
}
</style>
border-color css
<style>
span { border-color: #D4D6B3; }
span { border-color: rgb(212,214,179); }
td.TdClassName
{
border-color: #D4D6B3;
}
.TagClassName
{
border-color: #D4D6B3;
}
</style>