Shades of Las Palmas #CCD345
Tints of Las Palmas #CCD345
RGB
CMYK
RGB Variations
Color information
#CCD345 (or 0xCCD345) is known color: Las Palmas. HEX triplet: CC, D3 and 45. RGB value is (204,211,69). Sum of RGB (Red+Green+Blue) = 204+211+69=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD345 is #332CBA. Grayscale: #C1C1C1. Windows color (decimal): -3353787 or 4576204. OLE color: 4576204.
HSL color Cylindrical-coordinate representation of color #CCD345: hue angle of 62.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD345 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 69 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.17 |
| HSL | 62.96º | 0.62% | 0.55% | - |
| HSV(B) | 62.96º | 0.67% | 0.83% | - |
| XYZ | 49.27 | 59.86 | 14.59 | - |
| YUV | 192.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 69 | 0.03 | 0 | 0.67 | 0.17 | 62.96 | 0.62 | 0.55 |
| Hex | CC | D3 | 45 | 3 | 0 | 43 | 11 | 3F | 3E | 37 |
| Octal | 314 | 323 | 105 | 3 | 0 | 103 | 21 | 77 | 76 | 67 |
| Binary | 11001100 | 11010011 | 1000101 | 11 | 0 | 1000011 | 10001 | 111111 | 111110 | 110111 |
Color Harmonies of #CCD345
Complementary color
Monochromatic Colors of #CCD345
Black with #CCD345
Text Example
Text Example
White with #CCD345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD345; }
p { color: rgb(204,211,69); }
H1.HeaderClassName
{
color: #CCD345;
}
.AnyTagClassName
{
color: #CCD345;
}
</style>
background-color css
<style>
a { background-color: #CCD345; }
a { background-color: rgb(204,211,69); }
div.DivClassName
{
background-color: #CCD345;
}
.BgClassName
{
background-color: #CCD345;
}
</style>
border-color css
<style>
span { border-color: #CCD345; }
span { border-color: rgb(204,211,69); }
td.TdClassName
{
border-color: #CCD345;
}
.TagClassName
{
border-color: #CCD345;
}
</style>