Shades of Las Palmas #CCD340
Tints of Las Palmas #CCD340
RGB
CMYK
RGB Variations
Color information
#CCD340 (or 0xCCD340) is known color: Las Palmas. HEX triplet: CC, D3 and 40. RGB value is (204,211,64). Sum of RGB (Red+Green+Blue) = 204+211+64=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD340 is #332CBF. Grayscale: #C0C0C0. Windows color (decimal): -3353792 or 4248524. OLE color: 4248524.
HSL color Cylindrical-coordinate representation of color #CCD340: hue angle of 62.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD340 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 64 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.17 |
| HSL | 62.86º | 0.63% | 0.54% | - |
| HSV(B) | 62.86º | 0.7% | 0.83% | - |
| XYZ | 49.12 | 59.8 | 13.8 | - |
| YUV | 192.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 64 | 0.03 | 0 | 0.70 | 0.17 | 62.86 | 0.63 | 0.54 |
| Hex | CC | D3 | 40 | 3 | 0 | 46 | 11 | 3F | 3F | 36 |
| Octal | 314 | 323 | 100 | 3 | 0 | 106 | 21 | 77 | 77 | 66 |
| Binary | 11001100 | 11010011 | 1000000 | 11 | 0 | 1000110 | 10001 | 111111 | 111111 | 110110 |
Color Harmonies of #CCD340
Complementary color
Monochromatic Colors of #CCD340
Black with #CCD340
Text Example
Text Example
White with #CCD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD340; }
p { color: rgb(204,211,64); }
H1.HeaderClassName
{
color: #CCD340;
}
.AnyTagClassName
{
color: #CCD340;
}
</style>
background-color css
<style>
a { background-color: #CCD340; }
a { background-color: rgb(204,211,64); }
div.DivClassName
{
background-color: #CCD340;
}
.BgClassName
{
background-color: #CCD340;
}
</style>
border-color css
<style>
span { border-color: #CCD340; }
span { border-color: rgb(204,211,64); }
td.TdClassName
{
border-color: #CCD340;
}
.TagClassName
{
border-color: #CCD340;
}
</style>