Shades of Las Palmas #CCD13B
Tints of Las Palmas #CCD13B
RGB
CMYK
RGB Variations
Color information
#CCD13B (or 0xCCD13B) is known color: Las Palmas. HEX triplet: CC, D1 and 3B. RGB value is (204,209,59). Sum of RGB (Red+Green+Blue) = 204+209+59=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13B is #332EC4. Grayscale: #BFBFBF. Windows color (decimal): -3354309 or 3920332. OLE color: 3920332.
HSL color Cylindrical-coordinate representation of color #CCD13B: hue angle of 62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD13B is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 59 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.18 |
| HSL | 62º | 0.62% | 0.53% | - |
| HSV(B) | 62º | 0.72% | 0.82% | - |
| XYZ | 48.49 | 58.75 | 12.92 | - |
| YUV | 190.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 59 | 0.02 | 0 | 0.72 | 0.18 | 62 | 0.62 | 0.53 |
| Hex | CC | D1 | 3B | 2 | 0 | 48 | 12 | 3E | 3E | 35 |
| Octal | 314 | 321 | 73 | 2 | 0 | 110 | 22 | 76 | 76 | 65 |
| Binary | 11001100 | 11010001 | 111011 | 10 | 0 | 1001000 | 10010 | 111110 | 111110 | 110101 |
Color Harmonies of #CCD13B
Complementary color
Monochromatic Colors of #CCD13B
Black with #CCD13B
Text Example
Text Example
White with #CCD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD13B; }
p { color: rgb(204,209,59); }
H1.HeaderClassName
{
color: #CCD13B;
}
.AnyTagClassName
{
color: #CCD13B;
}
</style>
background-color css
<style>
a { background-color: #CCD13B; }
a { background-color: rgb(204,209,59); }
div.DivClassName
{
background-color: #CCD13B;
}
.BgClassName
{
background-color: #CCD13B;
}
</style>
border-color css
<style>
span { border-color: #CCD13B; }
span { border-color: rgb(204,209,59); }
td.TdClassName
{
border-color: #CCD13B;
}
.TagClassName
{
border-color: #CCD13B;
}
</style>