Shades of Las Palmas #CCD738
Tints of Las Palmas #CCD738
RGB
CMYK
RGB Variations
Color information
#CCD738 (or 0xCCD738) is known color: Las Palmas. HEX triplet: CC, D7 and 38. RGB value is (204,215,56). Sum of RGB (Red+Green+Blue) = 204+215+56=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD738 is #3328C7. Grayscale: #C2C2C2. Windows color (decimal): -3352776 or 3725260. OLE color: 3725260.
HSL color Cylindrical-coordinate representation of color #CCD738: hue angle of 64.15º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD738 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 56 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.16 |
| HSL | 64.15º | 0.67% | 0.53% | - |
| HSV(B) | 64.15º | 0.74% | 0.84% | - |
| XYZ | 49.92 | 61.72 | 13.02 | - |
| YUV | 193.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 56 | 0.05 | 0 | 0.74 | 0.16 | 64.15 | 0.67 | 0.53 |
| Hex | CC | D7 | 38 | 5 | 0 | 4A | 10 | 40 | 43 | 35 |
| Octal | 314 | 327 | 70 | 5 | 0 | 112 | 20 | 100 | 103 | 65 |
| Binary | 11001100 | 11010111 | 111000 | 101 | 0 | 1001010 | 10000 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CCD738
Complementary color
Monochromatic Colors of #CCD738
Black with #CCD738
Text Example
Text Example
White with #CCD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD738; }
p { color: rgb(204,215,56); }
H1.HeaderClassName
{
color: #CCD738;
}
.AnyTagClassName
{
color: #CCD738;
}
</style>
background-color css
<style>
a { background-color: #CCD738; }
a { background-color: rgb(204,215,56); }
div.DivClassName
{
background-color: #CCD738;
}
.BgClassName
{
background-color: #CCD738;
}
</style>
border-color css
<style>
span { border-color: #CCD738; }
span { border-color: rgb(204,215,56); }
td.TdClassName
{
border-color: #CCD738;
}
.TagClassName
{
border-color: #CCD738;
}
</style>