Shades of Orinoco #CFD69B
Tints of Orinoco #CFD69B
RGB
CMYK
RGB Variations
Color information
#CFD69B (or 0xCFD69B) is known color: Orinoco. HEX triplet: CF, D6 and 9B. RGB value is (207,214,155). Sum of RGB (Red+Green+Blue) = 207+214+155=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD69B is #302964. Grayscale: #CDCDCD. Windows color (decimal): -3156325 or 10213071. OLE color: 10213071.
HSL color Cylindrical-coordinate representation of color #CFD69B: hue angle of 67.12º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD69B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 155 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.16 |
| HSL | 67.12º | 0.42% | 0.72% | - |
| HSV(B) | 67.12º | 0.28% | 0.84% | - |
| XYZ | 55.7 | 63.73 | 40.38 | - |
| YUV | 205.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 155 | 0.03 | 0 | 0.28 | 0.16 | 67.12 | 0.42 | 0.72 |
| Hex | CF | D6 | 9B | 3 | 0 | 1C | 10 | 43 | 2A | 48 |
| Octal | 317 | 326 | 233 | 3 | 0 | 34 | 20 | 103 | 52 | 110 |
| Binary | 11001111 | 11010110 | 10011011 | 11 | 0 | 11100 | 10000 | 1000011 | 101010 | 1001000 |
Color Harmonies of #CFD69B
Complementary color
Monochromatic Colors of #CFD69B
Black with #CFD69B
Text Example
Text Example
White with #CFD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD69B; }
p { color: rgb(207,214,155); }
H1.HeaderClassName
{
color: #CFD69B;
}
.AnyTagClassName
{
color: #CFD69B;
}
</style>
background-color css
<style>
a { background-color: #CFD69B; }
a { background-color: rgb(207,214,155); }
div.DivClassName
{
background-color: #CFD69B;
}
.BgClassName
{
background-color: #CFD69B;
}
</style>
border-color css
<style>
span { border-color: #CFD69B; }
span { border-color: rgb(207,214,155); }
td.TdClassName
{
border-color: #CFD69B;
}
.TagClassName
{
border-color: #CFD69B;
}
</style>