Shades of Las Palmas #CCDC40
Tints of Las Palmas #CCDC40
RGB
CMYK
RGB Variations
Color information
#CCDC40 (or 0xCCDC40) is known color: Las Palmas. HEX triplet: CC, DC and 40. RGB value is (204,220,64). Sum of RGB (Red+Green+Blue) = 204+220+64=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC40 is #3323BF. Grayscale: #C6C6C6. Windows color (decimal): -3351488 or 4250828. OLE color: 4250828.
HSL color Cylindrical-coordinate representation of color #CCDC40: hue angle of 66.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCDC40 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 64 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.14 |
| HSL | 66.15º | 0.69% | 0.56% | - |
| HSV(B) | 66.15º | 0.71% | 0.86% | - |
| XYZ | 51.42 | 64.39 | 14.57 | - |
| YUV | 197.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 64 | 0.07 | 0 | 0.71 | 0.14 | 66.15 | 0.69 | 0.56 |
| Hex | CC | DC | 40 | 7 | 0 | 47 | E | 42 | 45 | 38 |
| Octal | 314 | 334 | 100 | 7 | 0 | 107 | 16 | 102 | 105 | 70 |
| Binary | 11001100 | 11011100 | 1000000 | 111 | 0 | 1000111 | 1110 | 1000010 | 1000101 | 111000 |
Color Harmonies of #CCDC40
Complementary color
Monochromatic Colors of #CCDC40
Black with #CCDC40
Text Example
Text Example
White with #CCDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC40; }
p { color: rgb(204,220,64); }
H1.HeaderClassName
{
color: #CCDC40;
}
.AnyTagClassName
{
color: #CCDC40;
}
</style>
background-color css
<style>
a { background-color: #CCDC40; }
a { background-color: rgb(204,220,64); }
div.DivClassName
{
background-color: #CCDC40;
}
.BgClassName
{
background-color: #CCDC40;
}
</style>
border-color css
<style>
span { border-color: #CCDC40; }
span { border-color: rgb(204,220,64); }
td.TdClassName
{
border-color: #CCDC40;
}
.TagClassName
{
border-color: #CCDC40;
}
</style>