Shades of Las Palmas #CCDD37
Tints of Las Palmas #CCDD37
RGB
CMYK
RGB Variations
Color information
#CCDD37 (or 0xCCDD37) is known color: Las Palmas. HEX triplet: CC, DD and 37. RGB value is (204,221,55). Sum of RGB (Red+Green+Blue) = 204+221+55=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD37 is #3322C8. Grayscale: #C5C5C5. Windows color (decimal): -3351241 or 3661260. OLE color: 3661260.
HSL color Cylindrical-coordinate representation of color #CCDD37: hue angle of 66.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCDD37 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 55 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.13 |
| HSL | 66.14º | 0.71% | 0.54% | - |
| HSV(B) | 66.14º | 0.75% | 0.87% | - |
| XYZ | 51.45 | 64.83 | 13.42 | - |
| YUV | 196.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 55 | 0.08 | 0 | 0.75 | 0.13 | 66.14 | 0.71 | 0.54 |
| Hex | CC | DD | 37 | 8 | 0 | 4B | D | 42 | 47 | 36 |
| Octal | 314 | 335 | 67 | 10 | 0 | 113 | 15 | 102 | 107 | 66 |
| Binary | 11001100 | 11011101 | 110111 | 1000 | 0 | 1001011 | 1101 | 1000010 | 1000111 | 110110 |
Color Harmonies of #CCDD37
Complementary color
Monochromatic Colors of #CCDD37
Black with #CCDD37
Text Example
Text Example
White with #CCDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD37; }
p { color: rgb(204,221,55); }
H1.HeaderClassName
{
color: #CCDD37;
}
.AnyTagClassName
{
color: #CCDD37;
}
</style>
background-color css
<style>
a { background-color: #CCDD37; }
a { background-color: rgb(204,221,55); }
div.DivClassName
{
background-color: #CCDD37;
}
.BgClassName
{
background-color: #CCDD37;
}
</style>
border-color css
<style>
span { border-color: #CCDD37; }
span { border-color: rgb(204,221,55); }
td.TdClassName
{
border-color: #CCDD37;
}
.TagClassName
{
border-color: #CCDD37;
}
</style>