Shades of Orinoco #CFD29F
Tints of Orinoco #CFD29F
RGB
CMYK
RGB Variations
Color information
#CFD29F (or 0xCFD29F) is known color: Orinoco. HEX triplet: CF, D2 and 9F. RGB value is (207,210,159). Sum of RGB (Red+Green+Blue) = 207+210+159=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD29F is #302D60. Grayscale: #CBCBCB. Windows color (decimal): -3157345 or 10474191. OLE color: 10474191.
HSL color Cylindrical-coordinate representation of color #CFD29F: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD29F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 159 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.18 |
| HSL | 63.53º | 0.36% | 0.72% | - |
| HSV(B) | 63.53º | 0.24% | 0.82% | - |
| XYZ | 55.04 | 61.86 | 41.84 | - |
| YUV | 203.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 159 | 0.01 | 0 | 0.24 | 0.18 | 63.53 | 0.36 | 0.72 |
| Hex | CF | D2 | 9F | 1 | 0 | 18 | 12 | 40 | 24 | 48 |
| Octal | 317 | 322 | 237 | 1 | 0 | 30 | 22 | 100 | 44 | 110 |
| Binary | 11001111 | 11010010 | 10011111 | 1 | 0 | 11000 | 10010 | 1000000 | 100100 | 1001000 |
Color Harmonies of #CFD29F
Complementary color
Monochromatic Colors of #CFD29F
Black with #CFD29F
Text Example
Text Example
White with #CFD29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD29F; }
p { color: rgb(207,210,159); }
H1.HeaderClassName
{
color: #CFD29F;
}
.AnyTagClassName
{
color: #CFD29F;
}
</style>
background-color css
<style>
a { background-color: #CFD29F; }
a { background-color: rgb(207,210,159); }
div.DivClassName
{
background-color: #CFD29F;
}
.BgClassName
{
background-color: #CFD29F;
}
</style>
border-color css
<style>
span { border-color: #CFD29F; }
span { border-color: rgb(207,210,159); }
td.TdClassName
{
border-color: #CFD29F;
}
.TagClassName
{
border-color: #CFD29F;
}
</style>