Shades of Orinoco #DADCB3
Tints of Orinoco #DADCB3
RGB
CMYK
RGB Variations
Color information
#DADCB3 (or 0xDADCB3) is known color: Orinoco. HEX triplet: DA, DC and B3. RGB value is (218,220,179). Sum of RGB (Red+Green+Blue) = 218+220+179=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB3 is #25234C. Grayscale: #D6D6D6. Windows color (decimal): -2433869 or 11787482. OLE color: 11787482.
HSL color Cylindrical-coordinate representation of color #DADCB3: hue angle of 62.93º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DADCB3 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 179 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.14 |
| HSL | 62.93º | 0.37% | 0.78% | - |
| HSV(B) | 62.93º | 0.19% | 0.86% | - |
| XYZ | 62.64 | 69.35 | 52.73 | - |
| YUV | 214.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 179 | 0.01 | 0 | 0.19 | 0.14 | 62.93 | 0.37 | 0.78 |
| Hex | DA | DC | B3 | 1 | 0 | 13 | E | 3F | 25 | 4E |
| Octal | 332 | 334 | 263 | 1 | 0 | 23 | 16 | 77 | 45 | 116 |
| Binary | 11011010 | 11011100 | 10110011 | 1 | 0 | 10011 | 1110 | 111111 | 100101 | 1001110 |
Color Harmonies of #DADCB3
Complementary color
Monochromatic Colors of #DADCB3
Black with #DADCB3
Text Example
Text Example
White with #DADCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCB3; }
p { color: rgb(218,220,179); }
H1.HeaderClassName
{
color: #DADCB3;
}
.AnyTagClassName
{
color: #DADCB3;
}
</style>
background-color css
<style>
a { background-color: #DADCB3; }
a { background-color: rgb(218,220,179); }
div.DivClassName
{
background-color: #DADCB3;
}
.BgClassName
{
background-color: #DADCB3;
}
</style>
border-color css
<style>
span { border-color: #DADCB3; }
span { border-color: rgb(218,220,179); }
td.TdClassName
{
border-color: #DADCB3;
}
.TagClassName
{
border-color: #DADCB3;
}
</style>