Shades of Las Palmas #CCD73C
Tints of Las Palmas #CCD73C
RGB
CMYK
RGB Variations
Color information
#CCD73C (or 0xCCD73C) is known color: Las Palmas. HEX triplet: CC, D7 and 3C. RGB value is (204,215,60). Sum of RGB (Red+Green+Blue) = 204+215+60=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD73C is #3328C3. Grayscale: #C2C2C2. Windows color (decimal): -3352772 or 3987404. OLE color: 3987404.
HSL color Cylindrical-coordinate representation of color #CCD73C: hue angle of 64.26º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD73C is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 60 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.16 |
| HSL | 64.26º | 0.66% | 0.54% | - |
| HSV(B) | 64.26º | 0.72% | 0.84% | - |
| XYZ | 50.02 | 61.76 | 13.56 | - |
| YUV | 194.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 60 | 0.05 | 0 | 0.72 | 0.16 | 64.26 | 0.66 | 0.54 |
| Hex | CC | D7 | 3C | 5 | 0 | 48 | 10 | 40 | 42 | 36 |
| Octal | 314 | 327 | 74 | 5 | 0 | 110 | 20 | 100 | 102 | 66 |
| Binary | 11001100 | 11010111 | 111100 | 101 | 0 | 1001000 | 10000 | 1000000 | 1000010 | 110110 |
Color Harmonies of #CCD73C
Complementary color
Monochromatic Colors of #CCD73C
Black with #CCD73C
Text Example
Text Example
White with #CCD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD73C; }
p { color: rgb(204,215,60); }
H1.HeaderClassName
{
color: #CCD73C;
}
.AnyTagClassName
{
color: #CCD73C;
}
</style>
background-color css
<style>
a { background-color: #CCD73C; }
a { background-color: rgb(204,215,60); }
div.DivClassName
{
background-color: #CCD73C;
}
.BgClassName
{
background-color: #CCD73C;
}
</style>
border-color css
<style>
span { border-color: #CCD73C; }
span { border-color: rgb(204,215,60); }
td.TdClassName
{
border-color: #CCD73C;
}
.TagClassName
{
border-color: #CCD73C;
}
</style>