Shades of Las Palmas #CCD947
Tints of Las Palmas #CCD947
RGB
CMYK
RGB Variations
Color information
#CCD947 (or 0xCCD947) is known color: Las Palmas. HEX triplet: CC, D9 and 47. RGB value is (204,217,71). Sum of RGB (Red+Green+Blue) = 204+217+71=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD947 is #3326B8. Grayscale: #C5C5C5. Windows color (decimal): -3352249 or 4708812. OLE color: 4708812.
HSL color Cylindrical-coordinate representation of color #CCD947: hue angle of 65.34º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD947 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 71 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.15 |
| HSL | 65.34º | 0.66% | 0.56% | - |
| HSV(B) | 65.34º | 0.67% | 0.85% | - |
| XYZ | 50.85 | 62.92 | 15.43 | - |
| YUV | 196.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 71 | 0.06 | 0 | 0.67 | 0.15 | 65.34 | 0.66 | 0.56 |
| Hex | CC | D9 | 47 | 6 | 0 | 43 | F | 41 | 42 | 38 |
| Octal | 314 | 331 | 107 | 6 | 0 | 103 | 17 | 101 | 102 | 70 |
| Binary | 11001100 | 11011001 | 1000111 | 110 | 0 | 1000011 | 1111 | 1000001 | 1000010 | 111000 |
Color Harmonies of #CCD947
Complementary color
Monochromatic Colors of #CCD947
Black with #CCD947
Text Example
Text Example
White with #CCD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD947; }
p { color: rgb(204,217,71); }
H1.HeaderClassName
{
color: #CCD947;
}
.AnyTagClassName
{
color: #CCD947;
}
</style>
background-color css
<style>
a { background-color: #CCD947; }
a { background-color: rgb(204,217,71); }
div.DivClassName
{
background-color: #CCD947;
}
.BgClassName
{
background-color: #CCD947;
}
</style>
border-color css
<style>
span { border-color: #CCD947; }
span { border-color: rgb(204,217,71); }
td.TdClassName
{
border-color: #CCD947;
}
.TagClassName
{
border-color: #CCD947;
}
</style>