Shades of Las Palmas #CCD946
Tints of Las Palmas #CCD946
RGB
CMYK
RGB Variations
Color information
#CCD946 (or 0xCCD946) is known color: Las Palmas. HEX triplet: CC, D9 and 46. RGB value is (204,217,70). Sum of RGB (Red+Green+Blue) = 204+217+70=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD946 is #3326B9. Grayscale: #C4C4C4. Windows color (decimal): -3352250 or 4643276. OLE color: 4643276.
HSL color Cylindrical-coordinate representation of color #CCD946: hue angle of 65.31º degrees, saturation: 0.66, 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 #CCD946 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 70 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.15 |
| HSL | 65.31º | 0.66% | 0.56% | - |
| HSV(B) | 65.31º | 0.68% | 0.85% | - |
| XYZ | 50.82 | 62.91 | 15.26 | - |
| YUV | 196.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 70 | 0.06 | 0 | 0.68 | 0.15 | 65.31 | 0.66 | 0.56 |
| Hex | CC | D9 | 46 | 6 | 0 | 44 | F | 41 | 42 | 38 |
| Octal | 314 | 331 | 106 | 6 | 0 | 104 | 17 | 101 | 102 | 70 |
| Binary | 11001100 | 11011001 | 1000110 | 110 | 0 | 1000100 | 1111 | 1000001 | 1000010 | 111000 |
Color Harmonies of #CCD946
Complementary color
Monochromatic Colors of #CCD946
Black with #CCD946
Text Example
Text Example
White with #CCD946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD946; }
p { color: rgb(204,217,70); }
H1.HeaderClassName
{
color: #CCD946;
}
.AnyTagClassName
{
color: #CCD946;
}
</style>
background-color css
<style>
a { background-color: #CCD946; }
a { background-color: rgb(204,217,70); }
div.DivClassName
{
background-color: #CCD946;
}
.BgClassName
{
background-color: #CCD946;
}
</style>
border-color css
<style>
span { border-color: #CCD946; }
span { border-color: rgb(204,217,70); }
td.TdClassName
{
border-color: #CCD946;
}
.TagClassName
{
border-color: #CCD946;
}
</style>