Shades of Las Palmas #CCD845
Tints of Las Palmas #CCD845
RGB
CMYK
RGB Variations
Color information
#CCD845 (or 0xCCD845) is known color: Las Palmas. HEX triplet: CC, D8 and 45. RGB value is (204,216,69). Sum of RGB (Red+Green+Blue) = 204+216+69=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD845 is #3327BA. Grayscale: #C4C4C4. Windows color (decimal): -3352507 or 4577484. OLE color: 4577484.
HSL color Cylindrical-coordinate representation of color #CCD845: hue angle of 64.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCD845 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 69 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.15 |
| HSL | 64.9º | 0.65% | 0.56% | - |
| HSV(B) | 64.9º | 0.68% | 0.85% | - |
| XYZ | 50.53 | 62.38 | 15.01 | - |
| YUV | 195.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 69 | 0.06 | 0 | 0.68 | 0.15 | 64.9 | 0.65 | 0.56 |
| Hex | CC | D8 | 45 | 6 | 0 | 44 | F | 41 | 41 | 38 |
| Octal | 314 | 330 | 105 | 6 | 0 | 104 | 17 | 101 | 101 | 70 |
| Binary | 11001100 | 11011000 | 1000101 | 110 | 0 | 1000100 | 1111 | 1000001 | 1000001 | 111000 |
Color Harmonies of #CCD845
Complementary color
Monochromatic Colors of #CCD845
Black with #CCD845
Text Example
Text Example
White with #CCD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD845; }
p { color: rgb(204,216,69); }
H1.HeaderClassName
{
color: #CCD845;
}
.AnyTagClassName
{
color: #CCD845;
}
</style>
background-color css
<style>
a { background-color: #CCD845; }
a { background-color: rgb(204,216,69); }
div.DivClassName
{
background-color: #CCD845;
}
.BgClassName
{
background-color: #CCD845;
}
</style>
border-color css
<style>
span { border-color: #CCD845; }
span { border-color: rgb(204,216,69); }
td.TdClassName
{
border-color: #CCD845;
}
.TagClassName
{
border-color: #CCD845;
}
</style>