Shades of Las Palmas #CCDD51
Tints of Las Palmas #CCDD51
RGB
CMYK
RGB Variations
Color information
#CCDD51 (or 0xCCDD51) is known color: Las Palmas. HEX triplet: CC, DD and 51. RGB value is (204,221,81). Sum of RGB (Red+Green+Blue) = 204+221+81=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD51 is #3322AE. Grayscale: #C8C8C8. Windows color (decimal): -3351215 or 5365196. OLE color: 5365196.
HSL color Cylindrical-coordinate representation of color #CCDD51: hue angle of 67.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCDD51 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 81 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.13 |
| HSL | 67.29º | 0.67% | 0.59% | - |
| HSV(B) | 67.29º | 0.63% | 0.87% | - |
| XYZ | 52.24 | 65.14 | 17.61 | - |
| YUV | 199.96 | 60.87 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 81 | 0.08 | 0 | 0.63 | 0.13 | 67.29 | 0.67 | 0.59 |
| Hex | CC | DD | 51 | 8 | 0 | 3F | D | 43 | 43 | 3B |
| Octal | 314 | 335 | 121 | 10 | 0 | 77 | 15 | 103 | 103 | 73 |
| Binary | 11001100 | 11011101 | 1010001 | 1000 | 0 | 111111 | 1101 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CCDD51
Complementary color
Monochromatic Colors of #CCDD51
Black with #CCDD51
Text Example
Text Example
White with #CCDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD51; }
p { color: rgb(204,221,81); }
H1.HeaderClassName
{
color: #CCDD51;
}
.AnyTagClassName
{
color: #CCDD51;
}
</style>
background-color css
<style>
a { background-color: #CCDD51; }
a { background-color: rgb(204,221,81); }
div.DivClassName
{
background-color: #CCDD51;
}
.BgClassName
{
background-color: #CCDD51;
}
</style>
border-color css
<style>
span { border-color: #CCDD51; }
span { border-color: rgb(204,221,81); }
td.TdClassName
{
border-color: #CCDD51;
}
.TagClassName
{
border-color: #CCDD51;
}
</style>