Shades of Las Palmas #CCD43F
Tints of Las Palmas #CCD43F
RGB
CMYK
RGB Variations
Color information
#CCD43F (or 0xCCD43F) is known color: Las Palmas. HEX triplet: CC, D4 and 3F. RGB value is (204,212,63). Sum of RGB (Red+Green+Blue) = 204+212+63=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD43F is #332BC0. Grayscale: #C1C1C1. Windows color (decimal): -3353537 or 4183244. OLE color: 4183244.
HSL color Cylindrical-coordinate representation of color #CCD43F: hue angle of 63.22º 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 #CCD43F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 63 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.17 |
| HSL | 63.22º | 0.63% | 0.54% | - |
| HSV(B) | 63.22º | 0.7% | 0.83% | - |
| XYZ | 49.34 | 60.28 | 13.74 | - |
| YUV | 192.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 63 | 0.04 | 0 | 0.70 | 0.17 | 63.22 | 0.63 | 0.54 |
| Hex | CC | D4 | 3F | 4 | 0 | 46 | 11 | 3F | 3F | 36 |
| Octal | 314 | 324 | 77 | 4 | 0 | 106 | 21 | 77 | 77 | 66 |
| Binary | 11001100 | 11010100 | 111111 | 100 | 0 | 1000110 | 10001 | 111111 | 111111 | 110110 |
Color Harmonies of #CCD43F
Complementary color
Monochromatic Colors of #CCD43F
Black with #CCD43F
Text Example
Text Example
White with #CCD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD43F; }
p { color: rgb(204,212,63); }
H1.HeaderClassName
{
color: #CCD43F;
}
.AnyTagClassName
{
color: #CCD43F;
}
</style>
background-color css
<style>
a { background-color: #CCD43F; }
a { background-color: rgb(204,212,63); }
div.DivClassName
{
background-color: #CCD43F;
}
.BgClassName
{
background-color: #CCD43F;
}
</style>
border-color css
<style>
span { border-color: #CCD43F; }
span { border-color: rgb(204,212,63); }
td.TdClassName
{
border-color: #CCD43F;
}
.TagClassName
{
border-color: #CCD43F;
}
</style>