Shades of Las Palmas #CCD13E
Tints of Las Palmas #CCD13E
RGB
CMYK
RGB Variations
Color information
#CCD13E (or 0xCCD13E) is known color: Las Palmas. HEX triplet: CC, D1 and 3E. RGB value is (204,209,62). Sum of RGB (Red+Green+Blue) = 204+209+62=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13E is #332EC1. Grayscale: #BFBFBF. Windows color (decimal): -3354306 or 4116940. OLE color: 4116940.
HSL color Cylindrical-coordinate representation of color #CCD13E: hue angle of 62.04º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD13E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 62 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.18 |
| HSL | 62.04º | 0.62% | 0.53% | - |
| HSV(B) | 62.04º | 0.7% | 0.82% | - |
| XYZ | 48.57 | 58.79 | 13.34 | - |
| YUV | 190.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 62 | 0.02 | 0 | 0.70 | 0.18 | 62.04 | 0.62 | 0.53 |
| Hex | CC | D1 | 3E | 2 | 0 | 46 | 12 | 3E | 3E | 35 |
| Octal | 314 | 321 | 76 | 2 | 0 | 106 | 22 | 76 | 76 | 65 |
| Binary | 11001100 | 11010001 | 111110 | 10 | 0 | 1000110 | 10010 | 111110 | 111110 | 110101 |
Color Harmonies of #CCD13E
Complementary color
Monochromatic Colors of #CCD13E
Black with #CCD13E
Text Example
Text Example
White with #CCD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD13E; }
p { color: rgb(204,209,62); }
H1.HeaderClassName
{
color: #CCD13E;
}
.AnyTagClassName
{
color: #CCD13E;
}
</style>
background-color css
<style>
a { background-color: #CCD13E; }
a { background-color: rgb(204,209,62); }
div.DivClassName
{
background-color: #CCD13E;
}
.BgClassName
{
background-color: #CCD13E;
}
</style>
border-color css
<style>
span { border-color: #CCD13E; }
span { border-color: rgb(204,209,62); }
td.TdClassName
{
border-color: #CCD13E;
}
.TagClassName
{
border-color: #CCD13E;
}
</style>