Shades of Las Palmas #CCD643
Tints of Las Palmas #CCD643
RGB
CMYK
RGB Variations
Color information
#CCD643 (or 0xCCD643) is known color: Las Palmas. HEX triplet: CC, D6 and 43. RGB value is (204,214,67). Sum of RGB (Red+Green+Blue) = 204+214+67=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD643 is #3329BC. Grayscale: #C2C2C2. Windows color (decimal): -3353021 or 4445900. OLE color: 4445900.
HSL color Cylindrical-coordinate representation of color #CCD643: hue angle of 64.08º degrees, saturation: 0.64, 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 #CCD643 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 67 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.16 |
| HSL | 64.08º | 0.64% | 0.55% | - |
| HSV(B) | 64.08º | 0.69% | 0.84% | - |
| XYZ | 49.96 | 61.34 | 14.52 | - |
| YUV | 194.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 67 | 0.05 | 0 | 0.69 | 0.16 | 64.08 | 0.64 | 0.55 |
| Hex | CC | D6 | 43 | 5 | 0 | 45 | 10 | 40 | 40 | 37 |
| Octal | 314 | 326 | 103 | 5 | 0 | 105 | 20 | 100 | 100 | 67 |
| Binary | 11001100 | 11010110 | 1000011 | 101 | 0 | 1000101 | 10000 | 1000000 | 1000000 | 110111 |
Color Harmonies of #CCD643
Complementary color
Monochromatic Colors of #CCD643
Black with #CCD643
Text Example
Text Example
White with #CCD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD643; }
p { color: rgb(204,214,67); }
H1.HeaderClassName
{
color: #CCD643;
}
.AnyTagClassName
{
color: #CCD643;
}
</style>
background-color css
<style>
a { background-color: #CCD643; }
a { background-color: rgb(204,214,67); }
div.DivClassName
{
background-color: #CCD643;
}
.BgClassName
{
background-color: #CCD643;
}
</style>
border-color css
<style>
span { border-color: #CCD643; }
span { border-color: rgb(204,214,67); }
td.TdClassName
{
border-color: #CCD643;
}
.TagClassName
{
border-color: #CCD643;
}
</style>