Shades of Las Palmas #CCD838
Tints of Las Palmas #CCD838
RGB
CMYK
RGB Variations
Color information
#CCD838 (or 0xCCD838) is known color: Las Palmas. HEX triplet: CC, D8 and 38. RGB value is (204,216,56). Sum of RGB (Red+Green+Blue) = 204+216+56=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD838 is #3327C7. Grayscale: #C2C2C2. Windows color (decimal): -3352520 or 3725516. OLE color: 3725516.
HSL color Cylindrical-coordinate representation of color #CCD838: hue angle of 64.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD838 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 56 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.15 |
| HSL | 64.5º | 0.67% | 0.53% | - |
| HSV(B) | 64.5º | 0.74% | 0.85% | - |
| XYZ | 50.17 | 62.23 | 13.11 | - |
| YUV | 194.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 56 | 0.06 | 0 | 0.74 | 0.15 | 64.5 | 0.67 | 0.53 |
| Hex | CC | D8 | 38 | 6 | 0 | 4A | F | 40 | 43 | 35 |
| Octal | 314 | 330 | 70 | 6 | 0 | 112 | 17 | 100 | 103 | 65 |
| Binary | 11001100 | 11011000 | 111000 | 110 | 0 | 1001010 | 1111 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CCD838
Complementary color
Monochromatic Colors of #CCD838
Black with #CCD838
Text Example
Text Example
White with #CCD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD838; }
p { color: rgb(204,216,56); }
H1.HeaderClassName
{
color: #CCD838;
}
.AnyTagClassName
{
color: #CCD838;
}
</style>
background-color css
<style>
a { background-color: #CCD838; }
a { background-color: rgb(204,216,56); }
div.DivClassName
{
background-color: #CCD838;
}
.BgClassName
{
background-color: #CCD838;
}
</style>
border-color css
<style>
span { border-color: #CCD838; }
span { border-color: rgb(204,216,56); }
td.TdClassName
{
border-color: #CCD838;
}
.TagClassName
{
border-color: #CCD838;
}
</style>