Shades of Orinoco #D7DBBC
Tints of Orinoco #D7DBBC
RGB
CMYK
RGB Variations
Color information
#D7DBBC (or 0xD7DBBC) is known color: Orinoco. HEX triplet: D7, DB and BC. RGB value is (215,219,188). Sum of RGB (Red+Green+Blue) = 215+219+188=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBBC is #282443. Grayscale: #D6D6D6. Windows color (decimal): -2630724 or 12377047. OLE color: 12377047.
HSL color Cylindrical-coordinate representation of color #D7DBBC: hue angle of 67.74º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7DBBC is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 188 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.14 |
| HSL | 67.74º | 0.3% | 0.8% | - |
| HSV(B) | 67.74º | 0.14% | 0.86% | - |
| XYZ | 62.43 | 68.74 | 57.55 | - |
| YUV | 214.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 188 | 0.02 | 0 | 0.14 | 0.14 | 67.74 | 0.3 | 0.8 |
| Hex | D7 | DB | BC | 2 | 0 | E | E | 44 | 1E | 50 |
| Octal | 327 | 333 | 274 | 2 | 0 | 16 | 16 | 104 | 36 | 120 |
| Binary | 11010111 | 11011011 | 10111100 | 10 | 0 | 1110 | 1110 | 1000100 | 11110 | 1010000 |
Color Harmonies of #D7DBBC
Complementary color
Monochromatic Colors of #D7DBBC
Black with #D7DBBC
Text Example
Text Example
White with #D7DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBBC; }
p { color: rgb(215,219,188); }
H1.HeaderClassName
{
color: #D7DBBC;
}
.AnyTagClassName
{
color: #D7DBBC;
}
</style>
background-color css
<style>
a { background-color: #D7DBBC; }
a { background-color: rgb(215,219,188); }
div.DivClassName
{
background-color: #D7DBBC;
}
.BgClassName
{
background-color: #D7DBBC;
}
</style>
border-color css
<style>
span { border-color: #D7DBBC; }
span { border-color: rgb(215,219,188); }
td.TdClassName
{
border-color: #D7DBBC;
}
.TagClassName
{
border-color: #D7DBBC;
}
</style>