Shades of Orinoco #CFDBA5
Tints of Orinoco #CFDBA5
RGB
CMYK
RGB Variations
Color information
#CFDBA5 (or 0xCFDBA5) is known color: Orinoco. HEX triplet: CF, DB and A5. RGB value is (207,219,165). Sum of RGB (Red+Green+Blue) = 207+219+165=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBA5 is #30245A. Grayscale: #D1D1D1. Windows color (decimal): -3155035 or 10869711. OLE color: 10869711.
HSL color Cylindrical-coordinate representation of color #CFDBA5: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFDBA5 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 165 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.14 |
| HSL | 73.33º | 0.43% | 0.75% | - |
| HSV(B) | 73.33º | 0.25% | 0.86% | - |
| XYZ | 57.86 | 66.65 | 45.41 | - |
| YUV | 209.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 165 | 0.05 | 0 | 0.25 | 0.14 | 73.33 | 0.43 | 0.75 |
| Hex | CF | DB | A5 | 5 | 0 | 19 | E | 49 | 2B | 4B |
| Octal | 317 | 333 | 245 | 5 | 0 | 31 | 16 | 111 | 53 | 113 |
| Binary | 11001111 | 11011011 | 10100101 | 101 | 0 | 11001 | 1110 | 1001001 | 101011 | 1001011 |
Color Harmonies of #CFDBA5
Complementary color
Monochromatic Colors of #CFDBA5
Black with #CFDBA5
Text Example
Text Example
White with #CFDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBA5; }
p { color: rgb(207,219,165); }
H1.HeaderClassName
{
color: #CFDBA5;
}
.AnyTagClassName
{
color: #CFDBA5;
}
</style>
background-color css
<style>
a { background-color: #CFDBA5; }
a { background-color: rgb(207,219,165); }
div.DivClassName
{
background-color: #CFDBA5;
}
.BgClassName
{
background-color: #CFDBA5;
}
</style>
border-color css
<style>
span { border-color: #CFDBA5; }
span { border-color: rgb(207,219,165); }
td.TdClassName
{
border-color: #CFDBA5;
}
.TagClassName
{
border-color: #CFDBA5;
}
</style>