Shades of Orinoco #D2D5AD
Tints of Orinoco #D2D5AD
RGB
CMYK
RGB Variations
Color information
#D2D5AD (or 0xD2D5AD) is known color: Orinoco. HEX triplet: D2, D5 and AD. RGB value is (210,213,173). Sum of RGB (Red+Green+Blue) = 210+213+173=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5AD is #2D2A52. Grayscale: #CFCFCF. Windows color (decimal): -2959955 or 11392466. OLE color: 11392466.
HSL color Cylindrical-coordinate representation of color #D2D5AD: hue angle of 64.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2D5AD is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 210 | 213 | 173 | - |
CMYK | 0.01 | 0 | 0.19 | 0.16 |
HSL | 64.5º | 0.32% | 0.76% | - |
HSV(B) | 64.5º | 0.19% | 0.84% | - |
XYZ | 57.92 | 64.31 | 48.9 | - |
YUV | 207.54 | 108.51 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 173 | 0.01 | 0 | 0.19 | 0.16 | 64.5 | 0.32 | 0.76 |
Hex | D2 | D5 | AD | 1 | 0 | 13 | 10 | 40 | 20 | 4C |
Octal | 322 | 325 | 255 | 1 | 0 | 23 | 20 | 100 | 40 | 114 |
Binary | 11010010 | 11010101 | 10101101 | 1 | 0 | 10011 | 10000 | 1000000 | 100000 | 1001100 |
Color Harmonies of #D2D5AD
Complementary color
Monochromatic Colors of #D2D5AD
Black with #D2D5AD
Text Example
Text Example
White with #D2D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5AD; }
p { color: rgb(210,213,173); }
H1.HeaderClassName
{
color: #D2D5AD;
}
.AnyTagClassName
{
color: #D2D5AD;
}
</style>
background-color css
<style>
a { background-color: #D2D5AD; }
a { background-color: rgb(210,213,173); }
div.DivClassName
{
background-color: #D2D5AD;
}
.BgClassName
{
background-color: #D2D5AD;
}
</style>
border-color css
<style>
span { border-color: #D2D5AD; }
span { border-color: rgb(210,213,173); }
td.TdClassName
{
border-color: #D2D5AD;
}
.TagClassName
{
border-color: #D2D5AD;
}
</style>