Shades of Las Palmas #CCD73D
Tints of Las Palmas #CCD73D
RGB
CMYK
RGB Variations
Color information
#CCD73D (or 0xCCD73D) is known color: Las Palmas. HEX triplet: CC, D7 and 3D. RGB value is (204,215,61). Sum of RGB (Red+Green+Blue) = 204+215+61=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD73D is #3328C2. Grayscale: #C2C2C2. Windows color (decimal): -3352771 or 4052940. OLE color: 4052940.
HSL color Cylindrical-coordinate representation of color #CCD73D: hue angle of 64.29º 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 #CCD73D is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 61 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.16 |
| HSL | 64.29º | 0.66% | 0.54% | - |
| HSV(B) | 64.29º | 0.72% | 0.84% | - |
| XYZ | 50.04 | 61.78 | 13.7 | - |
| YUV | 194.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 61 | 0.05 | 0 | 0.72 | 0.16 | 64.29 | 0.66 | 0.54 |
| Hex | CC | D7 | 3D | 5 | 0 | 48 | 10 | 40 | 42 | 36 |
| Octal | 314 | 327 | 75 | 5 | 0 | 110 | 20 | 100 | 102 | 66 |
| Binary | 11001100 | 11010111 | 111101 | 101 | 0 | 1001000 | 10000 | 1000000 | 1000010 | 110110 |
Color Harmonies of #CCD73D
Complementary color
Monochromatic Colors of #CCD73D
Black with #CCD73D
Text Example
Text Example
White with #CCD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD73D; }
p { color: rgb(204,215,61); }
H1.HeaderClassName
{
color: #CCD73D;
}
.AnyTagClassName
{
color: #CCD73D;
}
</style>
background-color css
<style>
a { background-color: #CCD73D; }
a { background-color: rgb(204,215,61); }
div.DivClassName
{
background-color: #CCD73D;
}
.BgClassName
{
background-color: #CCD73D;
}
</style>
border-color css
<style>
span { border-color: #CCD73D; }
span { border-color: rgb(204,215,61); }
td.TdClassName
{
border-color: #CCD73D;
}
.TagClassName
{
border-color: #CCD73D;
}
</style>