Shades of Las Palmas #CCDB36
Tints of Las Palmas #CCDB36
RGB
CMYK
RGB Variations
Color information
#CCDB36 (or 0xCCDB36) is known color: Las Palmas. HEX triplet: CC, DB and 36. RGB value is (204,219,54). Sum of RGB (Red+Green+Blue) = 204+219+54=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB36 is #3324C9. Grayscale: #C4C4C4. Windows color (decimal): -3351754 or 3595212. OLE color: 3595212.
HSL color Cylindrical-coordinate representation of color #CCDB36: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCDB36 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 54 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.14 |
| HSL | 65.45º | 0.7% | 0.54% | - |
| HSV(B) | 65.45º | 0.75% | 0.86% | - |
| XYZ | 50.9 | 63.77 | 13.12 | - |
| YUV | 195.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 54 | 0.07 | 0 | 0.75 | 0.14 | 65.45 | 0.7 | 0.54 |
| Hex | CC | DB | 36 | 7 | 0 | 4B | E | 41 | 46 | 36 |
| Octal | 314 | 333 | 66 | 7 | 0 | 113 | 16 | 101 | 106 | 66 |
| Binary | 11001100 | 11011011 | 110110 | 111 | 0 | 1001011 | 1110 | 1000001 | 1000110 | 110110 |
Color Harmonies of #CCDB36
Complementary color
Monochromatic Colors of #CCDB36
Black with #CCDB36
Text Example
Text Example
White with #CCDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB36; }
p { color: rgb(204,219,54); }
H1.HeaderClassName
{
color: #CCDB36;
}
.AnyTagClassName
{
color: #CCDB36;
}
</style>
background-color css
<style>
a { background-color: #CCDB36; }
a { background-color: rgb(204,219,54); }
div.DivClassName
{
background-color: #CCDB36;
}
.BgClassName
{
background-color: #CCDB36;
}
</style>
border-color css
<style>
span { border-color: #CCDB36; }
span { border-color: rgb(204,219,54); }
td.TdClassName
{
border-color: #CCDB36;
}
.TagClassName
{
border-color: #CCDB36;
}
</style>