Shades of Las Palmas #CCD739
Tints of Las Palmas #CCD739
RGB
CMYK
RGB Variations
Color information
#CCD739 (or 0xCCD739) is known color: Las Palmas. HEX triplet: CC, D7 and 39. RGB value is (204,215,57). Sum of RGB (Red+Green+Blue) = 204+215+57=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD739 is #3328C6. Grayscale: #C2C2C2. Windows color (decimal): -3352775 or 3790796. OLE color: 3790796.
HSL color Cylindrical-coordinate representation of color #CCD739: hue angle of 64.18º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD739 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 57 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.16 |
| HSL | 64.18º | 0.66% | 0.53% | - |
| HSV(B) | 64.18º | 0.73% | 0.84% | - |
| XYZ | 49.94 | 61.73 | 13.15 | - |
| YUV | 193.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 57 | 0.05 | 0 | 0.73 | 0.16 | 64.18 | 0.66 | 0.53 |
| Hex | CC | D7 | 39 | 5 | 0 | 49 | 10 | 40 | 42 | 35 |
| Octal | 314 | 327 | 71 | 5 | 0 | 111 | 20 | 100 | 102 | 65 |
| Binary | 11001100 | 11010111 | 111001 | 101 | 0 | 1001001 | 10000 | 1000000 | 1000010 | 110101 |
Color Harmonies of #CCD739
Complementary color
Monochromatic Colors of #CCD739
Black with #CCD739
Text Example
Text Example
White with #CCD739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD739; }
p { color: rgb(204,215,57); }
H1.HeaderClassName
{
color: #CCD739;
}
.AnyTagClassName
{
color: #CCD739;
}
</style>
background-color css
<style>
a { background-color: #CCD739; }
a { background-color: rgb(204,215,57); }
div.DivClassName
{
background-color: #CCD739;
}
.BgClassName
{
background-color: #CCD739;
}
</style>
border-color css
<style>
span { border-color: #CCD739; }
span { border-color: rgb(204,215,57); }
td.TdClassName
{
border-color: #CCD739;
}
.TagClassName
{
border-color: #CCD739;
}
</style>