Shades of Las Palmas #CCD23E
Tints of Las Palmas #CCD23E
RGB
CMYK
RGB Variations
Color information
#CCD23E (or 0xCCD23E) is known color: Las Palmas. HEX triplet: CC, D2 and 3E. RGB value is (204,210,62). Sum of RGB (Red+Green+Blue) = 204+210+62=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD23E is #332DC1. Grayscale: #BFBFBF. Windows color (decimal): -3354050 or 4117196. OLE color: 4117196.
HSL color Cylindrical-coordinate representation of color #CCD23E: hue angle of 62.43º 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 #CCD23E is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 62 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.18 |
| HSL | 62.43º | 0.62% | 0.53% | - |
| HSV(B) | 62.43º | 0.7% | 0.82% | - |
| XYZ | 48.82 | 59.28 | 13.43 | - |
| YUV | 191.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 62 | 0.03 | 0 | 0.70 | 0.18 | 62.43 | 0.62 | 0.53 |
| Hex | CC | D2 | 3E | 3 | 0 | 46 | 12 | 3E | 3E | 35 |
| Octal | 314 | 322 | 76 | 3 | 0 | 106 | 22 | 76 | 76 | 65 |
| Binary | 11001100 | 11010010 | 111110 | 11 | 0 | 1000110 | 10010 | 111110 | 111110 | 110101 |
Color Harmonies of #CCD23E
Complementary color
Monochromatic Colors of #CCD23E
Black with #CCD23E
Text Example
Text Example
White with #CCD23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD23E; }
p { color: rgb(204,210,62); }
H1.HeaderClassName
{
color: #CCD23E;
}
.AnyTagClassName
{
color: #CCD23E;
}
</style>
background-color css
<style>
a { background-color: #CCD23E; }
a { background-color: rgb(204,210,62); }
div.DivClassName
{
background-color: #CCD23E;
}
.BgClassName
{
background-color: #CCD23E;
}
</style>
border-color css
<style>
span { border-color: #CCD23E; }
span { border-color: rgb(204,210,62); }
td.TdClassName
{
border-color: #CCD23E;
}
.TagClassName
{
border-color: #CCD23E;
}
</style>