Shades of Las Palmas #CCDC42
Tints of Las Palmas #CCDC42
RGB
CMYK
RGB Variations
Color information
#CCDC42 (or 0xCCDC42) is known color: Las Palmas. HEX triplet: CC, DC and 42. RGB value is (204,220,66). Sum of RGB (Red+Green+Blue) = 204+220+66=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC42 is #3323BD. Grayscale: #C6C6C6. Windows color (decimal): -3351486 or 4381900. OLE color: 4381900.
HSL color Cylindrical-coordinate representation of color #CCDC42: hue angle of 66.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDC42 is Cyan = 0.07, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 66 | - |
| CMYK | 0.07 | 0 | 0.7 | 0.14 |
| HSL | 66.23º | 0.69% | 0.56% | - |
| HSV(B) | 66.23º | 0.7% | 0.86% | - |
| XYZ | 51.48 | 64.42 | 14.87 | - |
| YUV | 197.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 66 | 0.07 | 0 | 0.7 | 0.14 | 66.23 | 0.69 | 0.56 |
| Hex | CC | DC | 42 | 7 | 0 | 46 | E | 42 | 45 | 38 |
| Octal | 314 | 334 | 102 | 7 | 0 | 106 | 16 | 102 | 105 | 70 |
| Binary | 11001100 | 11011100 | 1000010 | 111 | 0 | 1000110 | 1110 | 1000010 | 1000101 | 111000 |
Color Harmonies of #CCDC42
Complementary color
Monochromatic Colors of #CCDC42
Black with #CCDC42
Text Example
Text Example
White with #CCDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC42; }
p { color: rgb(204,220,66); }
H1.HeaderClassName
{
color: #CCDC42;
}
.AnyTagClassName
{
color: #CCDC42;
}
</style>
background-color css
<style>
a { background-color: #CCDC42; }
a { background-color: rgb(204,220,66); }
div.DivClassName
{
background-color: #CCDC42;
}
.BgClassName
{
background-color: #CCDC42;
}
</style>
border-color css
<style>
span { border-color: #CCDC42; }
span { border-color: rgb(204,220,66); }
td.TdClassName
{
border-color: #CCDC42;
}
.TagClassName
{
border-color: #CCDC42;
}
</style>