Shades of Orinoco #DCDAB4
Tints of Orinoco #DCDAB4
RGB
CMYK
RGB Variations
Color information
#DCDAB4 (or 0xDCDAB4) is known color: Orinoco. HEX triplet: DC, DA and B4. RGB value is (220,218,180). Sum of RGB (Red+Green+Blue) = 220+218+180=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAB4 is #23254B. Grayscale: #D6D6D6. Windows color (decimal): -2303308 or 11852508. OLE color: 11852508.
HSL color Cylindrical-coordinate representation of color #DCDAB4: hue angle of 57º degrees, saturation: 0.36, 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 #DCDAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 180 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.14 |
| HSL | 57º | 0.36% | 0.78% | - |
| HSV(B) | 57º | 0.18% | 0.86% | - |
| XYZ | 62.82 | 68.65 | 53.12 | - |
| YUV | 214.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 180 | 0 | 0.01 | 0.18 | 0.14 | 57 | 0.36 | 0.78 |
| Hex | DC | DA | B4 | 0 | 1 | 12 | E | 39 | 24 | 4E |
| Octal | 334 | 332 | 264 | 0 | 1 | 22 | 16 | 71 | 44 | 116 |
| Binary | 11011100 | 11011010 | 10110100 | 0 | 1 | 10010 | 1110 | 111001 | 100100 | 1001110 |
Color Harmonies of #DCDAB4
Complementary color
Monochromatic Colors of #DCDAB4
Black with #DCDAB4
Text Example
Text Example
White with #DCDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAB4; }
p { color: rgb(220,218,180); }
H1.HeaderClassName
{
color: #DCDAB4;
}
.AnyTagClassName
{
color: #DCDAB4;
}
</style>
background-color css
<style>
a { background-color: #DCDAB4; }
a { background-color: rgb(220,218,180); }
div.DivClassName
{
background-color: #DCDAB4;
}
.BgClassName
{
background-color: #DCDAB4;
}
</style>
border-color css
<style>
span { border-color: #DCDAB4; }
span { border-color: rgb(220,218,180); }
td.TdClassName
{
border-color: #DCDAB4;
}
.TagClassName
{
border-color: #DCDAB4;
}
</style>