Shades of Las Palmas #CCDC37
Tints of Las Palmas #CCDC37
RGB
CMYK
RGB Variations
Color information
#CCDC37 (or 0xCCDC37) is known color: Las Palmas. HEX triplet: CC, DC and 37. RGB value is (204,220,55). Sum of RGB (Red+Green+Blue) = 204+220+55=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC37 is #3323C8. Grayscale: #C5C5C5. Windows color (decimal): -3351497 or 3661004. OLE color: 3661004.
HSL color Cylindrical-coordinate representation of color #CCDC37: hue angle of 65.82º 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 #CCDC37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.14 |
| HSL | 65.82º | 0.7% | 0.54% | - |
| HSV(B) | 65.82º | 0.75% | 0.86% | - |
| XYZ | 51.18 | 64.3 | 13.33 | - |
| YUV | 196.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 55 | 0.07 | 0 | 0.75 | 0.14 | 65.82 | 0.7 | 0.54 |
| Hex | CC | DC | 37 | 7 | 0 | 4B | E | 42 | 46 | 36 |
| Octal | 314 | 334 | 67 | 7 | 0 | 113 | 16 | 102 | 106 | 66 |
| Binary | 11001100 | 11011100 | 110111 | 111 | 0 | 1001011 | 1110 | 1000010 | 1000110 | 110110 |
Color Harmonies of #CCDC37
Complementary color
Monochromatic Colors of #CCDC37
Black with #CCDC37
Text Example
Text Example
White with #CCDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC37; }
p { color: rgb(204,220,55); }
H1.HeaderClassName
{
color: #CCDC37;
}
.AnyTagClassName
{
color: #CCDC37;
}
</style>
background-color css
<style>
a { background-color: #CCDC37; }
a { background-color: rgb(204,220,55); }
div.DivClassName
{
background-color: #CCDC37;
}
.BgClassName
{
background-color: #CCDC37;
}
</style>
border-color css
<style>
span { border-color: #CCDC37; }
span { border-color: rgb(204,220,55); }
td.TdClassName
{
border-color: #CCDC37;
}
.TagClassName
{
border-color: #CCDC37;
}
</style>