Shades of Las Palmas #CCDD42
Tints of Las Palmas #CCDD42
RGB
CMYK
RGB Variations
Color information
#CCDD42 (or 0xCCDD42) is known color: Las Palmas. HEX triplet: CC, DD and 42. RGB value is (204,221,66). Sum of RGB (Red+Green+Blue) = 204+221+66=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD42 is #3322BD. Grayscale: #C6C6C6. Windows color (decimal): -3351230 or 4382156. OLE color: 4382156.
HSL color Cylindrical-coordinate representation of color #CCDD42: hue angle of 66.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDD42 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 66 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.13 |
| HSL | 66.58º | 0.7% | 0.56% | - |
| HSV(B) | 66.58º | 0.7% | 0.87% | - |
| XYZ | 51.74 | 64.94 | 14.96 | - |
| YUV | 198.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 66 | 0.08 | 0 | 0.70 | 0.13 | 66.58 | 0.7 | 0.56 |
| Hex | CC | DD | 42 | 8 | 0 | 46 | D | 43 | 46 | 38 |
| Octal | 314 | 335 | 102 | 10 | 0 | 106 | 15 | 103 | 106 | 70 |
| Binary | 11001100 | 11011101 | 1000010 | 1000 | 0 | 1000110 | 1101 | 1000011 | 1000110 | 111000 |
Color Harmonies of #CCDD42
Complementary color
Monochromatic Colors of #CCDD42
Black with #CCDD42
Text Example
Text Example
White with #CCDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD42; }
p { color: rgb(204,221,66); }
H1.HeaderClassName
{
color: #CCDD42;
}
.AnyTagClassName
{
color: #CCDD42;
}
</style>
background-color css
<style>
a { background-color: #CCDD42; }
a { background-color: rgb(204,221,66); }
div.DivClassName
{
background-color: #CCDD42;
}
.BgClassName
{
background-color: #CCDD42;
}
</style>
border-color css
<style>
span { border-color: #CCDD42; }
span { border-color: rgb(204,221,66); }
td.TdClassName
{
border-color: #CCDD42;
}
.TagClassName
{
border-color: #CCDD42;
}
</style>