Shades of Orinoco #D0CEA4
Tints of Orinoco #D0CEA4
RGB
CMYK
RGB Variations
Color information
#D0CEA4 (or 0xD0CEA4) is known color: Orinoco. HEX triplet: D0, CE and A4. RGB value is (208,206,164). Sum of RGB (Red+Green+Blue) = 208+206+164=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA4 is #2F315B. Grayscale: #C9C9C9. Windows color (decimal): -3092828 or 10800848. OLE color: 10800848.
HSL color Cylindrical-coordinate representation of color #D0CEA4: hue angle of 57.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0CEA4 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 164 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.18 |
| HSL | 57.27º | 0.32% | 0.73% | - |
| HSV(B) | 57.27º | 0.21% | 0.82% | - |
| XYZ | 54.78 | 60.23 | 43.86 | - |
| YUV | 201.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 164 | 0 | 0.01 | 0.21 | 0.18 | 57.27 | 0.32 | 0.73 |
| Hex | D0 | CE | A4 | 0 | 1 | 15 | 12 | 39 | 20 | 49 |
| Octal | 320 | 316 | 244 | 0 | 1 | 25 | 22 | 71 | 40 | 111 |
| Binary | 11010000 | 11001110 | 10100100 | 0 | 1 | 10101 | 10010 | 111001 | 100000 | 1001001 |
Color Harmonies of #D0CEA4
Complementary color
Monochromatic Colors of #D0CEA4
Black with #D0CEA4
Text Example
Text Example
White with #D0CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEA4; }
p { color: rgb(208,206,164); }
H1.HeaderClassName
{
color: #D0CEA4;
}
.AnyTagClassName
{
color: #D0CEA4;
}
</style>
background-color css
<style>
a { background-color: #D0CEA4; }
a { background-color: rgb(208,206,164); }
div.DivClassName
{
background-color: #D0CEA4;
}
.BgClassName
{
background-color: #D0CEA4;
}
</style>
border-color css
<style>
span { border-color: #D0CEA4; }
span { border-color: rgb(208,206,164); }
td.TdClassName
{
border-color: #D0CEA4;
}
.TagClassName
{
border-color: #D0CEA4;
}
</style>