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