Shades of Mindaro #CFDF6A
Tints of Mindaro #CFDF6A
RGB
CMYK
RGB Variations
Color information
#CFDF6A (or 0xCFDF6A) is known color: Mindaro. HEX triplet: CF, DF and 6A. RGB value is (207,223,106). Sum of RGB (Red+Green+Blue) = 207+223+106=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF6A is #302095. Grayscale: #CDCDCD. Windows color (decimal): -3154070 or 7004111. OLE color: 7004111.
HSL color Cylindrical-coordinate representation of color #CFDF6A: hue angle of 68.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDF6A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 106 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 68.21º | 0.65% | 0.65% | - |
| HSV(B) | 68.21º | 0.52% | 0.87% | - |
| XYZ | 54.72 | 67.08 | 23.7 | - |
| YUV | 204.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 106 | 0.07 | 0 | 0.52 | 0.13 | 68.21 | 0.65 | 0.65 |
| Hex | CF | DF | 6A | 7 | 0 | 34 | D | 44 | 41 | 41 |
| Octal | 317 | 337 | 152 | 7 | 0 | 64 | 15 | 104 | 101 | 101 |
| Binary | 11001111 | 11011111 | 1101010 | 111 | 0 | 110100 | 1101 | 1000100 | 1000001 | 1000001 |
Color Harmonies of #CFDF6A
Complementary color
Monochromatic Colors of #CFDF6A
Black with #CFDF6A
Text Example
Text Example
White with #CFDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF6A; }
p { color: rgb(207,223,106); }
H1.HeaderClassName
{
color: #CFDF6A;
}
.AnyTagClassName
{
color: #CFDF6A;
}
</style>
background-color css
<style>
a { background-color: #CFDF6A; }
a { background-color: rgb(207,223,106); }
div.DivClassName
{
background-color: #CFDF6A;
}
.BgClassName
{
background-color: #CFDF6A;
}
</style>
border-color css
<style>
span { border-color: #CFDF6A; }
span { border-color: rgb(207,223,106); }
td.TdClassName
{
border-color: #CFDF6A;
}
.TagClassName
{
border-color: #CFDF6A;
}
</style>