Shades of Las Palmas #CCD745
Tints of Las Palmas #CCD745
RGB
CMYK
RGB Variations
Color information
#CCD745 (or 0xCCD745) is known color: Las Palmas. HEX triplet: CC, D7 and 45. RGB value is (204,215,69). Sum of RGB (Red+Green+Blue) = 204+215+69=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD745 is #3328BA. Grayscale: #C3C3C3. Windows color (decimal): -3352763 or 4577228. OLE color: 4577228.
HSL color Cylindrical-coordinate representation of color #CCD745: hue angle of 64.52º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCD745 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 69 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.16 |
| HSL | 64.52º | 0.65% | 0.56% | - |
| HSV(B) | 64.52º | 0.68% | 0.84% | - |
| XYZ | 50.28 | 61.87 | 14.92 | - |
| YUV | 195.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 69 | 0.05 | 0 | 0.68 | 0.16 | 64.52 | 0.65 | 0.56 |
| Hex | CC | D7 | 45 | 5 | 0 | 44 | 10 | 41 | 41 | 38 |
| Octal | 314 | 327 | 105 | 5 | 0 | 104 | 20 | 101 | 101 | 70 |
| Binary | 11001100 | 11010111 | 1000101 | 101 | 0 | 1000100 | 10000 | 1000001 | 1000001 | 111000 |
Color Harmonies of #CCD745
Complementary color
Monochromatic Colors of #CCD745
Black with #CCD745
Text Example
Text Example
White with #CCD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD745; }
p { color: rgb(204,215,69); }
H1.HeaderClassName
{
color: #CCD745;
}
.AnyTagClassName
{
color: #CCD745;
}
</style>
background-color css
<style>
a { background-color: #CCD745; }
a { background-color: rgb(204,215,69); }
div.DivClassName
{
background-color: #CCD745;
}
.BgClassName
{
background-color: #CCD745;
}
</style>
border-color css
<style>
span { border-color: #CCD745; }
span { border-color: rgb(204,215,69); }
td.TdClassName
{
border-color: #CCD745;
}
.TagClassName
{
border-color: #CCD745;
}
</style>