Shades of Las Palmas #CCD240
Tints of Las Palmas #CCD240
RGB
CMYK
RGB Variations
Color information
#CCD240 (or 0xCCD240) is known color: Las Palmas. HEX triplet: CC, D2 and 40. RGB value is (204,210,64). Sum of RGB (Red+Green+Blue) = 204+210+64=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD240 is #332DBF. Grayscale: #C0C0C0. Windows color (decimal): -3354048 or 4248268. OLE color: 4248268.
HSL color Cylindrical-coordinate representation of color #CCD240: hue angle of 62.47º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD240 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 64 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.18 |
| HSL | 62.47º | 0.62% | 0.54% | - |
| HSV(B) | 62.47º | 0.7% | 0.82% | - |
| XYZ | 48.87 | 59.3 | 13.72 | - |
| YUV | 191.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 64 | 0.03 | 0 | 0.70 | 0.18 | 62.47 | 0.62 | 0.54 |
| Hex | CC | D2 | 40 | 3 | 0 | 46 | 12 | 3E | 3E | 36 |
| Octal | 314 | 322 | 100 | 3 | 0 | 106 | 22 | 76 | 76 | 66 |
| Binary | 11001100 | 11010010 | 1000000 | 11 | 0 | 1000110 | 10010 | 111110 | 111110 | 110110 |
Color Harmonies of #CCD240
Complementary color
Monochromatic Colors of #CCD240
Black with #CCD240
Text Example
Text Example
White with #CCD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD240; }
p { color: rgb(204,210,64); }
H1.HeaderClassName
{
color: #CCD240;
}
.AnyTagClassName
{
color: #CCD240;
}
</style>
background-color css
<style>
a { background-color: #CCD240; }
a { background-color: rgb(204,210,64); }
div.DivClassName
{
background-color: #CCD240;
}
.BgClassName
{
background-color: #CCD240;
}
</style>
border-color css
<style>
span { border-color: #CCD240; }
span { border-color: rgb(204,210,64); }
td.TdClassName
{
border-color: #CCD240;
}
.TagClassName
{
border-color: #CCD240;
}
</style>