Shades of Las Palmas #CCDC4C
Tints of Las Palmas #CCDC4C
RGB
CMYK
RGB Variations
Color information
#CCDC4C (or 0xCCDC4C) is known color: Las Palmas. HEX triplet: CC, DC and 4C. RGB value is (204,220,76). Sum of RGB (Red+Green+Blue) = 204+220+76=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC4C is #3323B3. Grayscale: #C7C7C7. Windows color (decimal): -3351476 or 5037260. OLE color: 5037260.
HSL color Cylindrical-coordinate representation of color #CCDC4C: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCDC4C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 76 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.14 |
| HSL | 66.67º | 0.67% | 0.58% | - |
| HSV(B) | 66.67º | 0.65% | 0.86% | - |
| XYZ | 51.8 | 64.55 | 16.57 | - |
| YUV | 198.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 76 | 0.07 | 0 | 0.65 | 0.14 | 66.67 | 0.67 | 0.58 |
| Hex | CC | DC | 4C | 7 | 0 | 41 | E | 43 | 43 | 3A |
| Octal | 314 | 334 | 114 | 7 | 0 | 101 | 16 | 103 | 103 | 72 |
| Binary | 11001100 | 11011100 | 1001100 | 111 | 0 | 1000001 | 1110 | 1000011 | 1000011 | 111010 |
Color Harmonies of #CCDC4C
Complementary color
Monochromatic Colors of #CCDC4C
Black with #CCDC4C
Text Example
Text Example
White with #CCDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC4C; }
p { color: rgb(204,220,76); }
H1.HeaderClassName
{
color: #CCDC4C;
}
.AnyTagClassName
{
color: #CCDC4C;
}
</style>
background-color css
<style>
a { background-color: #CCDC4C; }
a { background-color: rgb(204,220,76); }
div.DivClassName
{
background-color: #CCDC4C;
}
.BgClassName
{
background-color: #CCDC4C;
}
</style>
border-color css
<style>
span { border-color: #CCDC4C; }
span { border-color: rgb(204,220,76); }
td.TdClassName
{
border-color: #CCDC4C;
}
.TagClassName
{
border-color: #CCDC4C;
}
</style>