Shades of Las Palmas #CCD543
Tints of Las Palmas #CCD543
RGB
CMYK
RGB Variations
Color information
#CCD543 (or 0xCCD543) is known color: Las Palmas. HEX triplet: CC, D5 and 43. RGB value is (204,213,67). Sum of RGB (Red+Green+Blue) = 204+213+67=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD543 is #332ABC. Grayscale: #C2C2C2. Windows color (decimal): -3353277 or 4445644. OLE color: 4445644.
HSL color Cylindrical-coordinate representation of color #CCD543: hue angle of 63.7º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD543 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 67 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.16 |
| HSL | 63.7º | 0.63% | 0.55% | - |
| HSV(B) | 63.7º | 0.69% | 0.84% | - |
| XYZ | 49.71 | 60.83 | 14.43 | - |
| YUV | 193.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 67 | 0.04 | 0 | 0.69 | 0.16 | 63.7 | 0.63 | 0.55 |
| Hex | CC | D5 | 43 | 4 | 0 | 45 | 10 | 40 | 3F | 37 |
| Octal | 314 | 325 | 103 | 4 | 0 | 105 | 20 | 100 | 77 | 67 |
| Binary | 11001100 | 11010101 | 1000011 | 100 | 0 | 1000101 | 10000 | 1000000 | 111111 | 110111 |
Color Harmonies of #CCD543
Complementary color
Monochromatic Colors of #CCD543
Black with #CCD543
Text Example
Text Example
White with #CCD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD543; }
p { color: rgb(204,213,67); }
H1.HeaderClassName
{
color: #CCD543;
}
.AnyTagClassName
{
color: #CCD543;
}
</style>
background-color css
<style>
a { background-color: #CCD543; }
a { background-color: rgb(204,213,67); }
div.DivClassName
{
background-color: #CCD543;
}
.BgClassName
{
background-color: #CCD543;
}
</style>
border-color css
<style>
span { border-color: #CCD543; }
span { border-color: rgb(204,213,67); }
td.TdClassName
{
border-color: #CCD543;
}
.TagClassName
{
border-color: #CCD543;
}
</style>