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