Shades of Mindaro #CFDF67
Tints of Mindaro #CFDF67
RGB
CMYK
RGB Variations
Color information
#CFDF67 (or 0xCFDF67) is known color: Mindaro. HEX triplet: CF, DF and 67. RGB value is (207,223,103). Sum of RGB (Red+Green+Blue) = 207+223+103=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF67 is #302098. Grayscale: #CDCDCD. Windows color (decimal): -3154073 or 6807503. OLE color: 6807503.
HSL color Cylindrical-coordinate representation of color #CFDF67: hue angle of 68º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFDF67 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 103 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.13 |
| HSL | 68º | 0.65% | 0.64% | - |
| HSV(B) | 68º | 0.54% | 0.87% | - |
| XYZ | 54.57 | 67.02 | 22.89 | - |
| YUV | 204.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 103 | 0.07 | 0 | 0.54 | 0.13 | 68 | 0.65 | 0.64 |
| Hex | CF | DF | 67 | 7 | 0 | 36 | D | 44 | 41 | 40 |
| Octal | 317 | 337 | 147 | 7 | 0 | 66 | 15 | 104 | 101 | 100 |
| Binary | 11001111 | 11011111 | 1100111 | 111 | 0 | 110110 | 1101 | 1000100 | 1000001 | 1000000 |
Color Harmonies of #CFDF67
Complementary color
Monochromatic Colors of #CFDF67
Black with #CFDF67
Text Example
Text Example
White with #CFDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF67; }
p { color: rgb(207,223,103); }
H1.HeaderClassName
{
color: #CFDF67;
}
.AnyTagClassName
{
color: #CFDF67;
}
</style>
background-color css
<style>
a { background-color: #CFDF67; }
a { background-color: rgb(207,223,103); }
div.DivClassName
{
background-color: #CFDF67;
}
.BgClassName
{
background-color: #CFDF67;
}
</style>
border-color css
<style>
span { border-color: #CFDF67; }
span { border-color: rgb(207,223,103); }
td.TdClassName
{
border-color: #CFDF67;
}
.TagClassName
{
border-color: #CFDF67;
}
</style>