Shades of Las Palmas #CCD439
Tints of Las Palmas #CCD439
RGB
CMYK
RGB Variations
Color information
#CCD439 (or 0xCCD439) is known color: Las Palmas. HEX triplet: CC, D4 and 39. RGB value is (204,212,57). Sum of RGB (Red+Green+Blue) = 204+212+57=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD439 is #332BC6. Grayscale: #C0C0C0. Windows color (decimal): -3353543 or 3790028. OLE color: 3790028.
HSL color Cylindrical-coordinate representation of color #CCD439: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD439 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 57 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.17 |
| HSL | 63.1º | 0.64% | 0.53% | - |
| HSV(B) | 63.1º | 0.73% | 0.83% | - |
| XYZ | 49.18 | 60.22 | 12.9 | - |
| YUV | 191.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 57 | 0.04 | 0 | 0.73 | 0.17 | 63.1 | 0.64 | 0.53 |
| Hex | CC | D4 | 39 | 4 | 0 | 49 | 11 | 3F | 40 | 35 |
| Octal | 314 | 324 | 71 | 4 | 0 | 111 | 21 | 77 | 100 | 65 |
| Binary | 11001100 | 11010100 | 111001 | 100 | 0 | 1001001 | 10001 | 111111 | 1000000 | 110101 |
Color Harmonies of #CCD439
Complementary color
Monochromatic Colors of #CCD439
Black with #CCD439
Text Example
Text Example
White with #CCD439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD439; }
p { color: rgb(204,212,57); }
H1.HeaderClassName
{
color: #CCD439;
}
.AnyTagClassName
{
color: #CCD439;
}
</style>
background-color css
<style>
a { background-color: #CCD439; }
a { background-color: rgb(204,212,57); }
div.DivClassName
{
background-color: #CCD439;
}
.BgClassName
{
background-color: #CCD439;
}
</style>
border-color css
<style>
span { border-color: #CCD439; }
span { border-color: rgb(204,212,57); }
td.TdClassName
{
border-color: #CCD439;
}
.TagClassName
{
border-color: #CCD439;
}
</style>