Shades of Las Palmas #CCDA42
Tints of Las Palmas #CCDA42
RGB
CMYK
RGB Variations
Color information
#CCDA42 (or 0xCCDA42) is known color: Las Palmas. HEX triplet: CC, DA and 42. RGB value is (204,218,66). Sum of RGB (Red+Green+Blue) = 204+218+66=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA42 is #3325BD. Grayscale: #C5C5C5. Windows color (decimal): -3351998 or 4381388. OLE color: 4381388.
HSL color Cylindrical-coordinate representation of color #CCDA42: hue angle of 65.53º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDA42 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 66 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.15 |
| HSL | 65.53º | 0.67% | 0.56% | - |
| HSV(B) | 65.53º | 0.7% | 0.85% | - |
| XYZ | 50.96 | 63.37 | 14.7 | - |
| YUV | 196.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 66 | 0.06 | 0 | 0.70 | 0.15 | 65.53 | 0.67 | 0.56 |
| Hex | CC | DA | 42 | 6 | 0 | 46 | F | 42 | 43 | 38 |
| Octal | 314 | 332 | 102 | 6 | 0 | 106 | 17 | 102 | 103 | 70 |
| Binary | 11001100 | 11011010 | 1000010 | 110 | 0 | 1000110 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CCDA42
Complementary color
Monochromatic Colors of #CCDA42
Black with #CCDA42
Text Example
Text Example
White with #CCDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA42; }
p { color: rgb(204,218,66); }
H1.HeaderClassName
{
color: #CCDA42;
}
.AnyTagClassName
{
color: #CCDA42;
}
</style>
background-color css
<style>
a { background-color: #CCDA42; }
a { background-color: rgb(204,218,66); }
div.DivClassName
{
background-color: #CCDA42;
}
.BgClassName
{
background-color: #CCDA42;
}
</style>
border-color css
<style>
span { border-color: #CCDA42; }
span { border-color: rgb(204,218,66); }
td.TdClassName
{
border-color: #CCDA42;
}
.TagClassName
{
border-color: #CCDA42;
}
</style>