Shades of Orinoco #DBDBB4
Tints of Orinoco #DBDBB4
RGB
CMYK
RGB Variations
Color information
#DBDBB4 (or 0xDBDBB4) is known color: Orinoco. HEX triplet: DB, DB and B4. RGB value is (219,219,180). Sum of RGB (Red+Green+Blue) = 219+219+180=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBB4 is #24244B. Grayscale: #D6D6D6. Windows color (decimal): -2368588 or 11852763. OLE color: 11852763.
HSL color Cylindrical-coordinate representation of color #DBDBB4: hue angle of 60º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBDBB4 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 180 | - |
CMYK | 0 | 0 | 0.18 | 0.14 |
HSL | 60º | 0.35% | 0.78% | - |
HSV(B) | 60º | 0.18% | 0.86% | - |
XYZ | 62.78 | 69.02 | 53.19 | - |
YUV | 214.55 | 108.5 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 180 | 0 | 0 | 0.18 | 0.14 | 60 | 0.35 | 0.78 |
Hex | DB | DB | B4 | 0 | 0 | 12 | E | 3C | 23 | 4E |
Octal | 333 | 333 | 264 | 0 | 0 | 22 | 16 | 74 | 43 | 116 |
Binary | 11011011 | 11011011 | 10110100 | 0 | 0 | 10010 | 1110 | 111100 | 100011 | 1001110 |
Color Harmonies of #DBDBB4
Complementary color
Monochromatic Colors of #DBDBB4
Black with #DBDBB4
Text Example
Text Example
White with #DBDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBB4; }
p { color: rgb(219,219,180); }
H1.HeaderClassName
{
color: #DBDBB4;
}
.AnyTagClassName
{
color: #DBDBB4;
}
</style>
background-color css
<style>
a { background-color: #DBDBB4; }
a { background-color: rgb(219,219,180); }
div.DivClassName
{
background-color: #DBDBB4;
}
.BgClassName
{
background-color: #DBDBB4;
}
</style>
border-color css
<style>
span { border-color: #DBDBB4; }
span { border-color: rgb(219,219,180); }
td.TdClassName
{
border-color: #DBDBB4;
}
.TagClassName
{
border-color: #DBDBB4;
}
</style>