Shades of Las Palmas #CCD53B
Tints of Las Palmas #CCD53B
RGB
CMYK
RGB Variations
Color information
#CCD53B (or 0xCCD53B) is known color: Las Palmas. HEX triplet: CC, D5 and 3B. RGB value is (204,213,59). Sum of RGB (Red+Green+Blue) = 204+213+59=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD53B is #332AC4. Grayscale: #C1C1C1. Windows color (decimal): -3353285 or 3921356. OLE color: 3921356.
HSL color Cylindrical-coordinate representation of color #CCD53B: hue angle of 63.51º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD53B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 59 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.16 |
| HSL | 63.51º | 0.65% | 0.53% | - |
| HSV(B) | 63.51º | 0.72% | 0.84% | - |
| XYZ | 49.49 | 60.74 | 13.25 | - |
| YUV | 192.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 59 | 0.04 | 0 | 0.72 | 0.16 | 63.51 | 0.65 | 0.53 |
| Hex | CC | D5 | 3B | 4 | 0 | 48 | 10 | 40 | 41 | 35 |
| Octal | 314 | 325 | 73 | 4 | 0 | 110 | 20 | 100 | 101 | 65 |
| Binary | 11001100 | 11010101 | 111011 | 100 | 0 | 1001000 | 10000 | 1000000 | 1000001 | 110101 |
Color Harmonies of #CCD53B
Complementary color
Monochromatic Colors of #CCD53B
Black with #CCD53B
Text Example
Text Example
White with #CCD53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD53B; }
p { color: rgb(204,213,59); }
H1.HeaderClassName
{
color: #CCD53B;
}
.AnyTagClassName
{
color: #CCD53B;
}
</style>
background-color css
<style>
a { background-color: #CCD53B; }
a { background-color: rgb(204,213,59); }
div.DivClassName
{
background-color: #CCD53B;
}
.BgClassName
{
background-color: #CCD53B;
}
</style>
border-color css
<style>
span { border-color: #CCD53B; }
span { border-color: rgb(204,213,59); }
td.TdClassName
{
border-color: #CCD53B;
}
.TagClassName
{
border-color: #CCD53B;
}
</style>