Shades of Las Palmas #CCDD45
Tints of Las Palmas #CCDD45
RGB
CMYK
RGB Variations
Color information
#CCDD45 (or 0xCCDD45) is known color: Las Palmas. HEX triplet: CC, DD and 45. RGB value is (204,221,69). Sum of RGB (Red+Green+Blue) = 204+221+69=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD45 is #3322BA. Grayscale: #C7C7C7. Windows color (decimal): -3351227 or 4578764. OLE color: 4578764.
HSL color Cylindrical-coordinate representation of color #CCDD45: hue angle of 66.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDD45 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 69 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.13 |
| HSL | 66.71º | 0.69% | 0.57% | - |
| HSV(B) | 66.71º | 0.69% | 0.87% | - |
| XYZ | 51.83 | 64.98 | 15.44 | - |
| YUV | 198.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 69 | 0.08 | 0 | 0.69 | 0.13 | 66.71 | 0.69 | 0.57 |
| Hex | CC | DD | 45 | 8 | 0 | 45 | D | 43 | 45 | 39 |
| Octal | 314 | 335 | 105 | 10 | 0 | 105 | 15 | 103 | 105 | 71 |
| Binary | 11001100 | 11011101 | 1000101 | 1000 | 0 | 1000101 | 1101 | 1000011 | 1000101 | 111001 |
Color Harmonies of #CCDD45
Complementary color
Monochromatic Colors of #CCDD45
Black with #CCDD45
Text Example
Text Example
White with #CCDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD45; }
p { color: rgb(204,221,69); }
H1.HeaderClassName
{
color: #CCDD45;
}
.AnyTagClassName
{
color: #CCDD45;
}
</style>
background-color css
<style>
a { background-color: #CCDD45; }
a { background-color: rgb(204,221,69); }
div.DivClassName
{
background-color: #CCDD45;
}
.BgClassName
{
background-color: #CCDD45;
}
</style>
border-color css
<style>
span { border-color: #CCDD45; }
span { border-color: rgb(204,221,69); }
td.TdClassName
{
border-color: #CCDD45;
}
.TagClassName
{
border-color: #CCDD45;
}
</style>