Shades of Las Palmas #CCDD38
Tints of Las Palmas #CCDD38
RGB
CMYK
RGB Variations
Color information
#CCDD38 (or 0xCCDD38) is known color: Las Palmas. HEX triplet: CC, DD and 38. RGB value is (204,221,56). Sum of RGB (Red+Green+Blue) = 204+221+56=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD38 is #3322C7. Grayscale: #C5C5C5. Windows color (decimal): -3351240 or 3726796. OLE color: 3726796.
HSL color Cylindrical-coordinate representation of color #CCDD38: hue angle of 66.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCDD38 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 56 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.13 |
| HSL | 66.18º | 0.71% | 0.54% | - |
| HSV(B) | 66.18º | 0.75% | 0.87% | - |
| XYZ | 51.47 | 64.84 | 13.54 | - |
| YUV | 197.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 56 | 0.08 | 0 | 0.75 | 0.13 | 66.18 | 0.71 | 0.54 |
| Hex | CC | DD | 38 | 8 | 0 | 4B | D | 42 | 47 | 36 |
| Octal | 314 | 335 | 70 | 10 | 0 | 113 | 15 | 102 | 107 | 66 |
| Binary | 11001100 | 11011101 | 111000 | 1000 | 0 | 1001011 | 1101 | 1000010 | 1000111 | 110110 |
Color Harmonies of #CCDD38
Complementary color
Monochromatic Colors of #CCDD38
Black with #CCDD38
Text Example
Text Example
White with #CCDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD38; }
p { color: rgb(204,221,56); }
H1.HeaderClassName
{
color: #CCDD38;
}
.AnyTagClassName
{
color: #CCDD38;
}
</style>
background-color css
<style>
a { background-color: #CCDD38; }
a { background-color: rgb(204,221,56); }
div.DivClassName
{
background-color: #CCDD38;
}
.BgClassName
{
background-color: #CCDD38;
}
</style>
border-color css
<style>
span { border-color: #CCDD38; }
span { border-color: rgb(204,221,56); }
td.TdClassName
{
border-color: #CCDD38;
}
.TagClassName
{
border-color: #CCDD38;
}
</style>