Shades of Las Palmas #CCDB44
Tints of Las Palmas #CCDB44
RGB
CMYK
RGB Variations
Color information
#CCDB44 (or 0xCCDB44) is known color: Las Palmas. HEX triplet: CC, DB and 44. RGB value is (204,219,68). Sum of RGB (Red+Green+Blue) = 204+219+68=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB44 is #3324BB. Grayscale: #C5C5C5. Windows color (decimal): -3351740 or 4512716. OLE color: 4512716.
HSL color Cylindrical-coordinate representation of color #CCDB44: hue angle of 65.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDB44 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 68 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.14 |
| HSL | 65.96º | 0.68% | 0.56% | - |
| HSV(B) | 65.96º | 0.69% | 0.86% | - |
| XYZ | 51.28 | 63.92 | 15.1 | - |
| YUV | 197.3 | 55.03 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 68 | 0.07 | 0 | 0.69 | 0.14 | 65.96 | 0.68 | 0.56 |
| Hex | CC | DB | 44 | 7 | 0 | 45 | E | 42 | 44 | 38 |
| Octal | 314 | 333 | 104 | 7 | 0 | 105 | 16 | 102 | 104 | 70 |
| Binary | 11001100 | 11011011 | 1000100 | 111 | 0 | 1000101 | 1110 | 1000010 | 1000100 | 111000 |
Color Harmonies of #CCDB44
Complementary color
Monochromatic Colors of #CCDB44
Black with #CCDB44
Text Example
Text Example
White with #CCDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB44; }
p { color: rgb(204,219,68); }
H1.HeaderClassName
{
color: #CCDB44;
}
.AnyTagClassName
{
color: #CCDB44;
}
</style>
background-color css
<style>
a { background-color: #CCDB44; }
a { background-color: rgb(204,219,68); }
div.DivClassName
{
background-color: #CCDB44;
}
.BgClassName
{
background-color: #CCDB44;
}
</style>
border-color css
<style>
span { border-color: #CCDB44; }
span { border-color: rgb(204,219,68); }
td.TdClassName
{
border-color: #CCDB44;
}
.TagClassName
{
border-color: #CCDB44;
}
</style>