Shades of Las Palmas #CCD139
Tints of Las Palmas #CCD139
RGB
CMYK
RGB Variations
Color information
#CCD139 (or 0xCCD139) is known color: Las Palmas. HEX triplet: CC, D1 and 39. RGB value is (204,209,57). Sum of RGB (Red+Green+Blue) = 204+209+57=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD139 is #332EC6. Grayscale: #BEBEBE. Windows color (decimal): -3354311 or 3789260. OLE color: 3789260.
HSL color Cylindrical-coordinate representation of color #CCD139: hue angle of 61.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD139 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 57 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.18 |
| HSL | 61.97º | 0.62% | 0.52% | - |
| HSV(B) | 61.97º | 0.73% | 0.82% | - |
| XYZ | 48.44 | 58.73 | 12.65 | - |
| YUV | 190.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 57 | 0.02 | 0 | 0.73 | 0.18 | 61.97 | 0.62 | 0.52 |
| Hex | CC | D1 | 39 | 2 | 0 | 49 | 12 | 3E | 3E | 34 |
| Octal | 314 | 321 | 71 | 2 | 0 | 111 | 22 | 76 | 76 | 64 |
| Binary | 11001100 | 11010001 | 111001 | 10 | 0 | 1001001 | 10010 | 111110 | 111110 | 110100 |
Color Harmonies of #CCD139
Complementary color
Monochromatic Colors of #CCD139
Black with #CCD139
Text Example
Text Example
White with #CCD139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD139; }
p { color: rgb(204,209,57); }
H1.HeaderClassName
{
color: #CCD139;
}
.AnyTagClassName
{
color: #CCD139;
}
</style>
background-color css
<style>
a { background-color: #CCD139; }
a { background-color: rgb(204,209,57); }
div.DivClassName
{
background-color: #CCD139;
}
.BgClassName
{
background-color: #CCD139;
}
</style>
border-color css
<style>
span { border-color: #CCD139; }
span { border-color: rgb(204,209,57); }
td.TdClassName
{
border-color: #CCD139;
}
.TagClassName
{
border-color: #CCD139;
}
</style>