Shades of Orinoco #CFDBA7
Tints of Orinoco #CFDBA7
RGB
CMYK
RGB Variations
Color information
#CFDBA7 (or 0xCFDBA7) is known color: Orinoco. HEX triplet: CF, DB and A7. RGB value is (207,219,167). Sum of RGB (Red+Green+Blue) = 207+219+167=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBA7 is #302458. Grayscale: #D1D1D1. Windows color (decimal): -3155033 or 11000783. OLE color: 11000783.
HSL color Cylindrical-coordinate representation of color #CFDBA7: hue angle of 73.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDBA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 167 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.14 |
| HSL | 73.85º | 0.42% | 0.76% | - |
| HSV(B) | 73.85º | 0.24% | 0.86% | - |
| XYZ | 58.04 | 66.72 | 46.38 | - |
| YUV | 209.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 167 | 0.05 | 0 | 0.24 | 0.14 | 73.85 | 0.42 | 0.76 |
| Hex | CF | DB | A7 | 5 | 0 | 18 | E | 4A | 2A | 4C |
| Octal | 317 | 333 | 247 | 5 | 0 | 30 | 16 | 112 | 52 | 114 |
| Binary | 11001111 | 11011011 | 10100111 | 101 | 0 | 11000 | 1110 | 1001010 | 101010 | 1001100 |
Color Harmonies of #CFDBA7
Complementary color
Monochromatic Colors of #CFDBA7
Black with #CFDBA7
Text Example
Text Example
White with #CFDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBA7; }
p { color: rgb(207,219,167); }
H1.HeaderClassName
{
color: #CFDBA7;
}
.AnyTagClassName
{
color: #CFDBA7;
}
</style>
background-color css
<style>
a { background-color: #CFDBA7; }
a { background-color: rgb(207,219,167); }
div.DivClassName
{
background-color: #CFDBA7;
}
.BgClassName
{
background-color: #CFDBA7;
}
</style>
border-color css
<style>
span { border-color: #CFDBA7; }
span { border-color: rgb(207,219,167); }
td.TdClassName
{
border-color: #CFDBA7;
}
.TagClassName
{
border-color: #CFDBA7;
}
</style>