Shades of Las Palmas #CCD639
Tints of Las Palmas #CCD639
RGB
CMYK
RGB Variations
Color information
#CCD639 (or 0xCCD639) is known color: Las Palmas. HEX triplet: CC, D6 and 39. RGB value is (204,214,57). Sum of RGB (Red+Green+Blue) = 204+214+57=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 57 (22.66% from 255 or 12% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD639 is #3329C6. Grayscale: #C1C1C1. Windows color (decimal): -3353031 or 3790540. OLE color: 3790540.
HSL color Cylindrical-coordinate representation of color #CCD639: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD639 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 57 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.16 |
| HSL | 63.82º | 0.66% | 0.53% | - |
| HSV(B) | 63.82º | 0.73% | 0.84% | - |
| XYZ | 49.69 | 61.23 | 13.07 | - |
| YUV | 193.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 57 | 0.05 | 0 | 0.73 | 0.16 | 63.82 | 0.66 | 0.53 |
| Hex | CC | D6 | 39 | 5 | 0 | 49 | 10 | 40 | 42 | 35 |
| Octal | 314 | 326 | 71 | 5 | 0 | 111 | 20 | 100 | 102 | 65 |
| Binary | 11001100 | 11010110 | 111001 | 101 | 0 | 1001001 | 10000 | 1000000 | 1000010 | 110101 |
Color Harmonies of #CCD639
Complementary color
Monochromatic Colors of #CCD639
Black with #CCD639
Text Example
Text Example
White with #CCD639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD639; }
p { color: rgb(204,214,57); }
H1.HeaderClassName
{
color: #CCD639;
}
.AnyTagClassName
{
color: #CCD639;
}
</style>
background-color css
<style>
a { background-color: #CCD639; }
a { background-color: rgb(204,214,57); }
div.DivClassName
{
background-color: #CCD639;
}
.BgClassName
{
background-color: #CCD639;
}
</style>
border-color css
<style>
span { border-color: #CCD639; }
span { border-color: rgb(204,214,57); }
td.TdClassName
{
border-color: #CCD639;
}
.TagClassName
{
border-color: #CCD639;
}
</style>