Shades of Las Palmas #CCDC36
Tints of Las Palmas #CCDC36
RGB
CMYK
RGB Variations
Color information
#CCDC36 (or 0xCCDC36) is known color: Las Palmas. HEX triplet: CC, DC and 36. RGB value is (204,220,54). Sum of RGB (Red+Green+Blue) = 204+220+54=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC36 is #3323C9. Grayscale: #C4C4C4. Windows color (decimal): -3351498 or 3595468. OLE color: 3595468.
HSL color Cylindrical-coordinate representation of color #CCDC36: hue angle of 65.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCDC36 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 54 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.14 |
| HSL | 65.78º | 0.7% | 0.54% | - |
| HSV(B) | 65.78º | 0.75% | 0.86% | - |
| XYZ | 51.16 | 64.29 | 13.2 | - |
| YUV | 196.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 54 | 0.07 | 0 | 0.75 | 0.14 | 65.78 | 0.7 | 0.54 |
| Hex | CC | DC | 36 | 7 | 0 | 4B | E | 42 | 46 | 36 |
| Octal | 314 | 334 | 66 | 7 | 0 | 113 | 16 | 102 | 106 | 66 |
| Binary | 11001100 | 11011100 | 110110 | 111 | 0 | 1001011 | 1110 | 1000010 | 1000110 | 110110 |
Color Harmonies of #CCDC36
Complementary color
Monochromatic Colors of #CCDC36
Black with #CCDC36
Text Example
Text Example
White with #CCDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC36; }
p { color: rgb(204,220,54); }
H1.HeaderClassName
{
color: #CCDC36;
}
.AnyTagClassName
{
color: #CCDC36;
}
</style>
background-color css
<style>
a { background-color: #CCDC36; }
a { background-color: rgb(204,220,54); }
div.DivClassName
{
background-color: #CCDC36;
}
.BgClassName
{
background-color: #CCDC36;
}
</style>
border-color css
<style>
span { border-color: #CCDC36; }
span { border-color: rgb(204,220,54); }
td.TdClassName
{
border-color: #CCDC36;
}
.TagClassName
{
border-color: #CCDC36;
}
</style>