Shades of Las Palmas #CCD339
Tints of Las Palmas #CCD339
RGB
CMYK
RGB Variations
Color information
#CCD339 (or 0xCCD339) is known color: Las Palmas. HEX triplet: CC, D3 and 39. RGB value is (204,211,57). Sum of RGB (Red+Green+Blue) = 204+211+57=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD339 is #332CC6. Grayscale: #BFBFBF. Windows color (decimal): -3353799 or 3789772. OLE color: 3789772.
HSL color Cylindrical-coordinate representation of color #CCD339: hue angle of 62.73º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD339 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 57 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.17 |
| HSL | 62.73º | 0.64% | 0.53% | - |
| HSV(B) | 62.73º | 0.73% | 0.83% | - |
| XYZ | 48.93 | 59.72 | 12.82 | - |
| YUV | 191.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 57 | 0.03 | 0 | 0.73 | 0.17 | 62.73 | 0.64 | 0.53 |
| Hex | CC | D3 | 39 | 3 | 0 | 49 | 11 | 3F | 40 | 35 |
| Octal | 314 | 323 | 71 | 3 | 0 | 111 | 21 | 77 | 100 | 65 |
| Binary | 11001100 | 11010011 | 111001 | 11 | 0 | 1001001 | 10001 | 111111 | 1000000 | 110101 |
Color Harmonies of #CCD339
Complementary color
Monochromatic Colors of #CCD339
Black with #CCD339
Text Example
Text Example
White with #CCD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD339; }
p { color: rgb(204,211,57); }
H1.HeaderClassName
{
color: #CCD339;
}
.AnyTagClassName
{
color: #CCD339;
}
</style>
background-color css
<style>
a { background-color: #CCD339; }
a { background-color: rgb(204,211,57); }
div.DivClassName
{
background-color: #CCD339;
}
.BgClassName
{
background-color: #CCD339;
}
</style>
border-color css
<style>
span { border-color: #CCD339; }
span { border-color: rgb(204,211,57); }
td.TdClassName
{
border-color: #CCD339;
}
.TagClassName
{
border-color: #CCD339;
}
</style>