Shades of Orinoco #DADCAF
Tints of Orinoco #DADCAF
RGB
CMYK
RGB Variations
Color information
#DADCAF (or 0xDADCAF) is known color: Orinoco. HEX triplet: DA, DC and AF. RGB value is (218,220,175). Sum of RGB (Red+Green+Blue) = 218+220+175=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAF is #252350. Grayscale: #D6D6D6. Windows color (decimal): -2433873 or 11525338. OLE color: 11525338.
HSL color Cylindrical-coordinate representation of color #DADCAF: hue angle of 62.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DADCAF is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 175 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.14 |
| HSL | 62.67º | 0.39% | 0.77% | - |
| HSV(B) | 62.67º | 0.2% | 0.86% | - |
| XYZ | 62.24 | 69.19 | 50.63 | - |
| YUV | 214.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 175 | 0.01 | 0 | 0.20 | 0.14 | 62.67 | 0.39 | 0.77 |
| Hex | DA | DC | AF | 1 | 0 | 14 | E | 3F | 27 | 4D |
| Octal | 332 | 334 | 257 | 1 | 0 | 24 | 16 | 77 | 47 | 115 |
| Binary | 11011010 | 11011100 | 10101111 | 1 | 0 | 10100 | 1110 | 111111 | 100111 | 1001101 |
Color Harmonies of #DADCAF
Complementary color
Monochromatic Colors of #DADCAF
Black with #DADCAF
Text Example
Text Example
White with #DADCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCAF; }
p { color: rgb(218,220,175); }
H1.HeaderClassName
{
color: #DADCAF;
}
.AnyTagClassName
{
color: #DADCAF;
}
</style>
background-color css
<style>
a { background-color: #DADCAF; }
a { background-color: rgb(218,220,175); }
div.DivClassName
{
background-color: #DADCAF;
}
.BgClassName
{
background-color: #DADCAF;
}
</style>
border-color css
<style>
span { border-color: #DADCAF; }
span { border-color: rgb(218,220,175); }
td.TdClassName
{
border-color: #DADCAF;
}
.TagClassName
{
border-color: #DADCAF;
}
</style>