Shades of Las Palmas #CCDC3C
Tints of Las Palmas #CCDC3C
RGB
CMYK
RGB Variations
Color information
#CCDC3C (or 0xCCDC3C) is known color: Las Palmas. HEX triplet: CC, DC and 3C. RGB value is (204,220,60). Sum of RGB (Red+Green+Blue) = 204+220+60=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3C is #3323C3. Grayscale: #C5C5C5. Windows color (decimal): -3351492 or 3988684. OLE color: 3988684.
HSL color Cylindrical-coordinate representation of color #CCDC3C: hue angle of 66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCDC3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 60 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.14 |
| HSL | 66º | 0.7% | 0.55% | - |
| HSV(B) | 66º | 0.73% | 0.86% | - |
| XYZ | 51.31 | 64.35 | 13.99 | - |
| YUV | 196.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 60 | 0.07 | 0 | 0.73 | 0.14 | 66 | 0.7 | 0.55 |
| Hex | CC | DC | 3C | 7 | 0 | 49 | E | 42 | 46 | 37 |
| Octal | 314 | 334 | 74 | 7 | 0 | 111 | 16 | 102 | 106 | 67 |
| Binary | 11001100 | 11011100 | 111100 | 111 | 0 | 1001001 | 1110 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CCDC3C
Complementary color
Monochromatic Colors of #CCDC3C
Black with #CCDC3C
Text Example
Text Example
White with #CCDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC3C; }
p { color: rgb(204,220,60); }
H1.HeaderClassName
{
color: #CCDC3C;
}
.AnyTagClassName
{
color: #CCDC3C;
}
</style>
background-color css
<style>
a { background-color: #CCDC3C; }
a { background-color: rgb(204,220,60); }
div.DivClassName
{
background-color: #CCDC3C;
}
.BgClassName
{
background-color: #CCDC3C;
}
</style>
border-color css
<style>
span { border-color: #CCDC3C; }
span { border-color: rgb(204,220,60); }
td.TdClassName
{
border-color: #CCDC3C;
}
.TagClassName
{
border-color: #CCDC3C;
}
</style>