Shades of Las Palmas #CCDD4A
Tints of Las Palmas #CCDD4A
RGB
CMYK
RGB Variations
Color information
#CCDD4A (or 0xCCDD4A) is known color: Las Palmas. HEX triplet: CC, DD and 4A. RGB value is (204,221,74). Sum of RGB (Red+Green+Blue) = 204+221+74=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD4A is #3322B5. Grayscale: #C7C7C7. Windows color (decimal): -3351222 or 4906444. OLE color: 4906444.
HSL color Cylindrical-coordinate representation of color #CCDD4A: hue angle of 66.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDD4A is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 74 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.13 |
| HSL | 66.94º | 0.68% | 0.58% | - |
| HSV(B) | 66.94º | 0.67% | 0.87% | - |
| XYZ | 51.99 | 65.04 | 16.29 | - |
| YUV | 199.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 74 | 0.08 | 0 | 0.67 | 0.13 | 66.94 | 0.68 | 0.58 |
| Hex | CC | DD | 4A | 8 | 0 | 43 | D | 43 | 44 | 3A |
| Octal | 314 | 335 | 112 | 10 | 0 | 103 | 15 | 103 | 104 | 72 |
| Binary | 11001100 | 11011101 | 1001010 | 1000 | 0 | 1000011 | 1101 | 1000011 | 1000100 | 111010 |
Color Harmonies of #CCDD4A
Complementary color
Monochromatic Colors of #CCDD4A
Black with #CCDD4A
Text Example
Text Example
White with #CCDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD4A; }
p { color: rgb(204,221,74); }
H1.HeaderClassName
{
color: #CCDD4A;
}
.AnyTagClassName
{
color: #CCDD4A;
}
</style>
background-color css
<style>
a { background-color: #CCDD4A; }
a { background-color: rgb(204,221,74); }
div.DivClassName
{
background-color: #CCDD4A;
}
.BgClassName
{
background-color: #CCDD4A;
}
</style>
border-color css
<style>
span { border-color: #CCDD4A; }
span { border-color: rgb(204,221,74); }
td.TdClassName
{
border-color: #CCDD4A;
}
.TagClassName
{
border-color: #CCDD4A;
}
</style>