Shades of Las Palmas #CCD23F
Tints of Las Palmas #CCD23F
RGB
CMYK
RGB Variations
Color information
#CCD23F (or 0xCCD23F) is known color: Las Palmas. HEX triplet: CC, D2 and 3F. RGB value is (204,210,63). Sum of RGB (Red+Green+Blue) = 204+210+63=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD23F is #332DC0. Grayscale: #C0C0C0. Windows color (decimal): -3354049 or 4182732. OLE color: 4182732.
HSL color Cylindrical-coordinate representation of color #CCD23F: hue angle of 62.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD23F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 63 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.18 |
| HSL | 62.45º | 0.62% | 0.54% | - |
| HSV(B) | 62.45º | 0.7% | 0.82% | - |
| XYZ | 48.85 | 59.29 | 13.57 | - |
| YUV | 191.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 63 | 0.03 | 0 | 0.70 | 0.18 | 62.45 | 0.62 | 0.54 |
| Hex | CC | D2 | 3F | 3 | 0 | 46 | 12 | 3E | 3E | 36 |
| Octal | 314 | 322 | 77 | 3 | 0 | 106 | 22 | 76 | 76 | 66 |
| Binary | 11001100 | 11010010 | 111111 | 11 | 0 | 1000110 | 10010 | 111110 | 111110 | 110110 |
Color Harmonies of #CCD23F
Complementary color
Monochromatic Colors of #CCD23F
Black with #CCD23F
Text Example
Text Example
White with #CCD23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD23F; }
p { color: rgb(204,210,63); }
H1.HeaderClassName
{
color: #CCD23F;
}
.AnyTagClassName
{
color: #CCD23F;
}
</style>
background-color css
<style>
a { background-color: #CCD23F; }
a { background-color: rgb(204,210,63); }
div.DivClassName
{
background-color: #CCD23F;
}
.BgClassName
{
background-color: #CCD23F;
}
</style>
border-color css
<style>
span { border-color: #CCD23F; }
span { border-color: rgb(204,210,63); }
td.TdClassName
{
border-color: #CCD23F;
}
.TagClassName
{
border-color: #CCD23F;
}
</style>