Shades of Orinoco #CFDAA3
Tints of Orinoco #CFDAA3
RGB
CMYK
RGB Variations
Color information
#CFDAA3 (or 0xCFDAA3) is known color: Orinoco. HEX triplet: CF, DA and A3. RGB value is (207,218,163). Sum of RGB (Red+Green+Blue) = 207+218+163=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAA3 is #30255C. Grayscale: #D0D0D0. Windows color (decimal): -3155293 or 10738383. OLE color: 10738383.
HSL color Cylindrical-coordinate representation of color #CFDAA3: hue angle of 72º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFDAA3 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 163 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.15 |
| HSL | 72º | 0.43% | 0.75% | - |
| HSV(B) | 72º | 0.25% | 0.85% | - |
| XYZ | 57.41 | 66.05 | 44.37 | - |
| YUV | 208.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 163 | 0.05 | 0 | 0.25 | 0.15 | 72 | 0.43 | 0.75 |
| Hex | CF | DA | A3 | 5 | 0 | 19 | F | 48 | 2B | 4B |
| Octal | 317 | 332 | 243 | 5 | 0 | 31 | 17 | 110 | 53 | 113 |
| Binary | 11001111 | 11011010 | 10100011 | 101 | 0 | 11001 | 1111 | 1001000 | 101011 | 1001011 |
Color Harmonies of #CFDAA3
Complementary color
Monochromatic Colors of #CFDAA3
Black with #CFDAA3
Text Example
Text Example
White with #CFDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAA3; }
p { color: rgb(207,218,163); }
H1.HeaderClassName
{
color: #CFDAA3;
}
.AnyTagClassName
{
color: #CFDAA3;
}
</style>
background-color css
<style>
a { background-color: #CFDAA3; }
a { background-color: rgb(207,218,163); }
div.DivClassName
{
background-color: #CFDAA3;
}
.BgClassName
{
background-color: #CFDAA3;
}
</style>
border-color css
<style>
span { border-color: #CFDAA3; }
span { border-color: rgb(207,218,163); }
td.TdClassName
{
border-color: #CFDAA3;
}
.TagClassName
{
border-color: #CFDAA3;
}
</style>