Shades of Las Palmas #CCDC45
Tints of Las Palmas #CCDC45
RGB
CMYK
RGB Variations
Color information
#CCDC45 (or 0xCCDC45) is known color: Las Palmas. HEX triplet: CC, DC and 45. RGB value is (204,220,69). Sum of RGB (Red+Green+Blue) = 204+220+69=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC45 is #3323BA. Grayscale: #C6C6C6. Windows color (decimal): -3351483 or 4578508. OLE color: 4578508.
HSL color Cylindrical-coordinate representation of color #CCDC45: hue angle of 66.36º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDC45 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 69 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.14 |
| HSL | 66.36º | 0.68% | 0.57% | - |
| HSV(B) | 66.36º | 0.69% | 0.86% | - |
| XYZ | 51.57 | 64.45 | 15.35 | - |
| YUV | 198 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 69 | 0.07 | 0 | 0.69 | 0.14 | 66.36 | 0.68 | 0.57 |
| Hex | CC | DC | 45 | 7 | 0 | 45 | E | 42 | 44 | 39 |
| Octal | 314 | 334 | 105 | 7 | 0 | 105 | 16 | 102 | 104 | 71 |
| Binary | 11001100 | 11011100 | 1000101 | 111 | 0 | 1000101 | 1110 | 1000010 | 1000100 | 111001 |
Color Harmonies of #CCDC45
Complementary color
Monochromatic Colors of #CCDC45
Black with #CCDC45
Text Example
Text Example
White with #CCDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC45; }
p { color: rgb(204,220,69); }
H1.HeaderClassName
{
color: #CCDC45;
}
.AnyTagClassName
{
color: #CCDC45;
}
</style>
background-color css
<style>
a { background-color: #CCDC45; }
a { background-color: rgb(204,220,69); }
div.DivClassName
{
background-color: #CCDC45;
}
.BgClassName
{
background-color: #CCDC45;
}
</style>
border-color css
<style>
span { border-color: #CCDC45; }
span { border-color: rgb(204,220,69); }
td.TdClassName
{
border-color: #CCDC45;
}
.TagClassName
{
border-color: #CCDC45;
}
</style>