Shades of Mindaro #CCDF67
Tints of Mindaro #CCDF67
RGB
CMYK
RGB Variations
Color information
#CCDF67 (or 0xCCDF67) is known color: Mindaro. HEX triplet: CC, DF and 67. RGB value is (204,223,103). Sum of RGB (Red+Green+Blue) = 204+223+103=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF67 is #332098. Grayscale: #CCCCCC. Windows color (decimal): -3350681 or 6807500. OLE color: 6807500.
HSL color Cylindrical-coordinate representation of color #CCDF67: hue angle of 69.5º 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 #CCDF67 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 103 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.13 |
| HSL | 69.5º | 0.65% | 0.64% | - |
| HSV(B) | 69.5º | 0.54% | 0.87% | - |
| XYZ | 53.74 | 66.59 | 22.85 | - |
| YUV | 203.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 103 | 0.09 | 0 | 0.54 | 0.13 | 69.5 | 0.65 | 0.64 |
| Hex | CC | DF | 67 | 9 | 0 | 36 | D | 46 | 41 | 40 |
| Octal | 314 | 337 | 147 | 11 | 0 | 66 | 15 | 106 | 101 | 100 |
| Binary | 11001100 | 11011111 | 1100111 | 1001 | 0 | 110110 | 1101 | 1000110 | 1000001 | 1000000 |
Color Harmonies of #CCDF67
Complementary color
Monochromatic Colors of #CCDF67
Black with #CCDF67
Text Example
Text Example
White with #CCDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF67; }
p { color: rgb(204,223,103); }
H1.HeaderClassName
{
color: #CCDF67;
}
.AnyTagClassName
{
color: #CCDF67;
}
</style>
background-color css
<style>
a { background-color: #CCDF67; }
a { background-color: rgb(204,223,103); }
div.DivClassName
{
background-color: #CCDF67;
}
.BgClassName
{
background-color: #CCDF67;
}
</style>
border-color css
<style>
span { border-color: #CCDF67; }
span { border-color: rgb(204,223,103); }
td.TdClassName
{
border-color: #CCDF67;
}
.TagClassName
{
border-color: #CCDF67;
}
</style>