Shades of Las Palmas #CCDA3C
Tints of Las Palmas #CCDA3C
RGB
CMYK
RGB Variations
Color information
#CCDA3C (or 0xCCDA3C) is known color: Las Palmas. HEX triplet: CC, DA and 3C. RGB value is (204,218,60). Sum of RGB (Red+Green+Blue) = 204+218+60=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA3C is #3325C3. Grayscale: #C4C4C4. Windows color (decimal): -3352004 or 3988172. OLE color: 3988172.
HSL color Cylindrical-coordinate representation of color #CCDA3C: hue angle of 65.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDA3C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 60 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 65.32º | 0.68% | 0.55% | - |
| HSV(B) | 65.32º | 0.72% | 0.85% | - |
| XYZ | 50.79 | 63.31 | 13.82 | - |
| YUV | 195.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 60 | 0.06 | 0 | 0.72 | 0.15 | 65.32 | 0.68 | 0.55 |
| Hex | CC | DA | 3C | 6 | 0 | 48 | F | 41 | 44 | 37 |
| Octal | 314 | 332 | 74 | 6 | 0 | 110 | 17 | 101 | 104 | 67 |
| Binary | 11001100 | 11011010 | 111100 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CCDA3C
Complementary color
Monochromatic Colors of #CCDA3C
Black with #CCDA3C
Text Example
Text Example
White with #CCDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA3C; }
p { color: rgb(204,218,60); }
H1.HeaderClassName
{
color: #CCDA3C;
}
.AnyTagClassName
{
color: #CCDA3C;
}
</style>
background-color css
<style>
a { background-color: #CCDA3C; }
a { background-color: rgb(204,218,60); }
div.DivClassName
{
background-color: #CCDA3C;
}
.BgClassName
{
background-color: #CCDA3C;
}
</style>
border-color css
<style>
span { border-color: #CCDA3C; }
span { border-color: rgb(204,218,60); }
td.TdClassName
{
border-color: #CCDA3C;
}
.TagClassName
{
border-color: #CCDA3C;
}
</style>