Shades of Las Palmas #CCD948
Tints of Las Palmas #CCD948
RGB
CMYK
RGB Variations
Color information
#CCD948 (or 0xCCD948) is known color: Las Palmas. HEX triplet: CC, D9 and 48. RGB value is (204,217,72). Sum of RGB (Red+Green+Blue) = 204+217+72=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD948 is #3326B7. Grayscale: #C5C5C5. Windows color (decimal): -3352248 or 4774348. OLE color: 4774348.
HSL color Cylindrical-coordinate representation of color #CCD948: hue angle of 65.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD948 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 72 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.15 |
| HSL | 65.38º | 0.66% | 0.57% | - |
| HSV(B) | 65.38º | 0.67% | 0.85% | - |
| XYZ | 50.88 | 62.93 | 15.6 | - |
| YUV | 196.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 72 | 0.06 | 0 | 0.67 | 0.15 | 65.38 | 0.66 | 0.57 |
| Hex | CC | D9 | 48 | 6 | 0 | 43 | F | 41 | 42 | 39 |
| Octal | 314 | 331 | 110 | 6 | 0 | 103 | 17 | 101 | 102 | 71 |
| Binary | 11001100 | 11011001 | 1001000 | 110 | 0 | 1000011 | 1111 | 1000001 | 1000010 | 111001 |
Color Harmonies of #CCD948
Complementary color
Monochromatic Colors of #CCD948
Black with #CCD948
Text Example
Text Example
White with #CCD948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD948; }
p { color: rgb(204,217,72); }
H1.HeaderClassName
{
color: #CCD948;
}
.AnyTagClassName
{
color: #CCD948;
}
</style>
background-color css
<style>
a { background-color: #CCD948; }
a { background-color: rgb(204,217,72); }
div.DivClassName
{
background-color: #CCD948;
}
.BgClassName
{
background-color: #CCD948;
}
</style>
border-color css
<style>
span { border-color: #CCD948; }
span { border-color: rgb(204,217,72); }
td.TdClassName
{
border-color: #CCD948;
}
.TagClassName
{
border-color: #CCD948;
}
</style>