Shades of Las Palmas #CCDC44
Tints of Las Palmas #CCDC44
RGB
CMYK
RGB Variations
Color information
#CCDC44 (or 0xCCDC44) is known color: Las Palmas. HEX triplet: CC, DC and 44. RGB value is (204,220,68). Sum of RGB (Red+Green+Blue) = 204+220+68=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC44 is #3323BB. Grayscale: #C6C6C6. Windows color (decimal): -3351484 or 4512972. OLE color: 4512972.
HSL color Cylindrical-coordinate representation of color #CCDC44: hue angle of 66.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDC44 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 68 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.14 |
| HSL | 66.32º | 0.68% | 0.56% | - |
| HSV(B) | 66.32º | 0.69% | 0.86% | - |
| XYZ | 51.54 | 64.44 | 15.19 | - |
| YUV | 197.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 68 | 0.07 | 0 | 0.69 | 0.14 | 66.32 | 0.68 | 0.56 |
| Hex | CC | DC | 44 | 7 | 0 | 45 | E | 42 | 44 | 38 |
| Octal | 314 | 334 | 104 | 7 | 0 | 105 | 16 | 102 | 104 | 70 |
| Binary | 11001100 | 11011100 | 1000100 | 111 | 0 | 1000101 | 1110 | 1000010 | 1000100 | 111000 |
Color Harmonies of #CCDC44
Complementary color
Monochromatic Colors of #CCDC44
Black with #CCDC44
Text Example
Text Example
White with #CCDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC44; }
p { color: rgb(204,220,68); }
H1.HeaderClassName
{
color: #CCDC44;
}
.AnyTagClassName
{
color: #CCDC44;
}
</style>
background-color css
<style>
a { background-color: #CCDC44; }
a { background-color: rgb(204,220,68); }
div.DivClassName
{
background-color: #CCDC44;
}
.BgClassName
{
background-color: #CCDC44;
}
</style>
border-color css
<style>
span { border-color: #CCDC44; }
span { border-color: rgb(204,220,68); }
td.TdClassName
{
border-color: #CCDC44;
}
.TagClassName
{
border-color: #CCDC44;
}
</style>