Shades of Orinoco #CFD29D
Tints of Orinoco #CFD29D
RGB
CMYK
RGB Variations
Color information
#CFD29D (or 0xCFD29D) is known color: Orinoco. HEX triplet: CF, D2 and 9D. RGB value is (207,210,157). Sum of RGB (Red+Green+Blue) = 207+210+157=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD29D is #302D62. Grayscale: #CBCBCB. Windows color (decimal): -3157347 or 10343119. OLE color: 10343119.
HSL color Cylindrical-coordinate representation of color #CFD29D: hue angle of 63.4º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD29D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 157 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 63.4º | 0.37% | 0.72% | - |
| HSV(B) | 63.4º | 0.25% | 0.82% | - |
| XYZ | 54.86 | 61.79 | 40.93 | - |
| YUV | 203.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 157 | 0.01 | 0 | 0.25 | 0.18 | 63.4 | 0.37 | 0.72 |
| Hex | CF | D2 | 9D | 1 | 0 | 19 | 12 | 3F | 25 | 48 |
| Octal | 317 | 322 | 235 | 1 | 0 | 31 | 22 | 77 | 45 | 110 |
| Binary | 11001111 | 11010010 | 10011101 | 1 | 0 | 11001 | 10010 | 111111 | 100101 | 1001000 |
Color Harmonies of #CFD29D
Complementary color
Monochromatic Colors of #CFD29D
Black with #CFD29D
Text Example
Text Example
White with #CFD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD29D; }
p { color: rgb(207,210,157); }
H1.HeaderClassName
{
color: #CFD29D;
}
.AnyTagClassName
{
color: #CFD29D;
}
</style>
background-color css
<style>
a { background-color: #CFD29D; }
a { background-color: rgb(207,210,157); }
div.DivClassName
{
background-color: #CFD29D;
}
.BgClassName
{
background-color: #CFD29D;
}
</style>
border-color css
<style>
span { border-color: #CFD29D; }
span { border-color: rgb(207,210,157); }
td.TdClassName
{
border-color: #CFD29D;
}
.TagClassName
{
border-color: #CFD29D;
}
</style>