Shades of Orinoco #D4D4AD
Tints of Orinoco #D4D4AD
RGB
CMYK
RGB Variations
Color information
#D4D4AD (or 0xD4D4AD) is known color: Orinoco. HEX triplet: D4, D4 and AD. RGB value is (212,212,173). Sum of RGB (Red+Green+Blue) = 212+212+173=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D4AD is #2B2B52. Grayscale: #CFCFCF. Windows color (decimal): -2829139 or 11392212. OLE color: 11392212.
HSL color Cylindrical-coordinate representation of color #D4D4AD: hue angle of 60º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4D4AD is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 212 | 173 | - |
CMYK | 0 | 0 | 0.18 | 0.17 |
HSL | 60º | 0.31% | 0.75% | - |
HSV(B) | 60º | 0.18% | 0.83% | - |
XYZ | 58.24 | 64.1 | 48.84 | - |
YUV | 207.55 | 108.5 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 173 | 0 | 0 | 0.18 | 0.17 | 60 | 0.31 | 0.75 |
Hex | D4 | D4 | AD | 0 | 0 | 12 | 11 | 3C | 1F | 4B |
Octal | 324 | 324 | 255 | 0 | 0 | 22 | 21 | 74 | 37 | 113 |
Binary | 11010100 | 11010100 | 10101101 | 0 | 0 | 10010 | 10001 | 111100 | 11111 | 1001011 |
Color Harmonies of #D4D4AD
Complementary color
Monochromatic Colors of #D4D4AD
Black with #D4D4AD
Text Example
Text Example
White with #D4D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4AD; }
p { color: rgb(212,212,173); }
H1.HeaderClassName
{
color: #D4D4AD;
}
.AnyTagClassName
{
color: #D4D4AD;
}
</style>
background-color css
<style>
a { background-color: #D4D4AD; }
a { background-color: rgb(212,212,173); }
div.DivClassName
{
background-color: #D4D4AD;
}
.BgClassName
{
background-color: #D4D4AD;
}
</style>
border-color css
<style>
span { border-color: #D4D4AD; }
span { border-color: rgb(212,212,173); }
td.TdClassName
{
border-color: #D4D4AD;
}
.TagClassName
{
border-color: #D4D4AD;
}
</style>