Shades of Las Palmas #CCD73B
Tints of Las Palmas #CCD73B
RGB
CMYK
RGB Variations
Color information
#CCD73B (or 0xCCD73B) is known color: Las Palmas. HEX triplet: CC, D7 and 3B. RGB value is (204,215,59). Sum of RGB (Red+Green+Blue) = 204+215+59=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD73B is #3328C4. Grayscale: #C2C2C2. Windows color (decimal): -3352773 or 3921868. OLE color: 3921868.
HSL color Cylindrical-coordinate representation of color #CCD73B: hue angle of 64.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD73B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 59 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.16 |
| HSL | 64.23º | 0.66% | 0.54% | - |
| HSV(B) | 64.23º | 0.73% | 0.84% | - |
| XYZ | 49.99 | 61.75 | 13.42 | - |
| YUV | 193.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 59 | 0.05 | 0 | 0.73 | 0.16 | 64.23 | 0.66 | 0.54 |
| Hex | CC | D7 | 3B | 5 | 0 | 49 | 10 | 40 | 42 | 36 |
| Octal | 314 | 327 | 73 | 5 | 0 | 111 | 20 | 100 | 102 | 66 |
| Binary | 11001100 | 11010111 | 111011 | 101 | 0 | 1001001 | 10000 | 1000000 | 1000010 | 110110 |
Color Harmonies of #CCD73B
Complementary color
Monochromatic Colors of #CCD73B
Black with #CCD73B
Text Example
Text Example
White with #CCD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD73B; }
p { color: rgb(204,215,59); }
H1.HeaderClassName
{
color: #CCD73B;
}
.AnyTagClassName
{
color: #CCD73B;
}
</style>
background-color css
<style>
a { background-color: #CCD73B; }
a { background-color: rgb(204,215,59); }
div.DivClassName
{
background-color: #CCD73B;
}
.BgClassName
{
background-color: #CCD73B;
}
</style>
border-color css
<style>
span { border-color: #CCD73B; }
span { border-color: rgb(204,215,59); }
td.TdClassName
{
border-color: #CCD73B;
}
.TagClassName
{
border-color: #CCD73B;
}
</style>