Shades of Las Palmas #CCDB48
Tints of Las Palmas #CCDB48
RGB
CMYK
RGB Variations
Color information
#CCDB48 (or 0xCCDB48) is known color: Las Palmas. HEX triplet: CC, DB and 48. RGB value is (204,219,72). Sum of RGB (Red+Green+Blue) = 204+219+72=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB48 is #3324B7. Grayscale: #C6C6C6. Windows color (decimal): -3351736 or 4774860. OLE color: 4774860.
HSL color Cylindrical-coordinate representation of color #CCDB48: hue angle of 66.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDB48 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 72 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.14 |
| HSL | 66.12º | 0.67% | 0.57% | - |
| HSV(B) | 66.12º | 0.67% | 0.86% | - |
| XYZ | 51.4 | 63.97 | 15.77 | - |
| YUV | 197.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 72 | 0.07 | 0 | 0.67 | 0.14 | 66.12 | 0.67 | 0.57 |
| Hex | CC | DB | 48 | 7 | 0 | 43 | E | 42 | 43 | 39 |
| Octal | 314 | 333 | 110 | 7 | 0 | 103 | 16 | 102 | 103 | 71 |
| Binary | 11001100 | 11011011 | 1001000 | 111 | 0 | 1000011 | 1110 | 1000010 | 1000011 | 111001 |
Color Harmonies of #CCDB48
Complementary color
Monochromatic Colors of #CCDB48
Black with #CCDB48
Text Example
Text Example
White with #CCDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB48; }
p { color: rgb(204,219,72); }
H1.HeaderClassName
{
color: #CCDB48;
}
.AnyTagClassName
{
color: #CCDB48;
}
</style>
background-color css
<style>
a { background-color: #CCDB48; }
a { background-color: rgb(204,219,72); }
div.DivClassName
{
background-color: #CCDB48;
}
.BgClassName
{
background-color: #CCDB48;
}
</style>
border-color css
<style>
span { border-color: #CCDB48; }
span { border-color: rgb(204,219,72); }
td.TdClassName
{
border-color: #CCDB48;
}
.TagClassName
{
border-color: #CCDB48;
}
</style>