Shades of Las Palmas #CCDB4F
Tints of Las Palmas #CCDB4F
RGB
CMYK
RGB Variations
Color information
#CCDB4F (or 0xCCDB4F) is known color: Las Palmas. HEX triplet: CC, DB and 4F. RGB value is (204,219,79). Sum of RGB (Red+Green+Blue) = 204+219+79=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB4F is #3324B0. Grayscale: #C7C7C7. Windows color (decimal): -3351729 or 5233612. OLE color: 5233612.
HSL color Cylindrical-coordinate representation of color #CCDB4F: hue angle of 66.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDB4F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 79 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.43º | 0.66% | 0.58% | - |
| HSV(B) | 66.43º | 0.64% | 0.86% | - |
| XYZ | 51.64 | 64.06 | 17.04 | - |
| YUV | 198.56 | 60.53 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 79 | 0.07 | 0 | 0.64 | 0.14 | 66.43 | 0.66 | 0.58 |
| Hex | CC | DB | 4F | 7 | 0 | 40 | E | 42 | 42 | 3A |
| Octal | 314 | 333 | 117 | 7 | 0 | 100 | 16 | 102 | 102 | 72 |
| Binary | 11001100 | 11011011 | 1001111 | 111 | 0 | 1000000 | 1110 | 1000010 | 1000010 | 111010 |
Color Harmonies of #CCDB4F
Complementary color
Monochromatic Colors of #CCDB4F
Black with #CCDB4F
Text Example
Text Example
White with #CCDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB4F; }
p { color: rgb(204,219,79); }
H1.HeaderClassName
{
color: #CCDB4F;
}
.AnyTagClassName
{
color: #CCDB4F;
}
</style>
background-color css
<style>
a { background-color: #CCDB4F; }
a { background-color: rgb(204,219,79); }
div.DivClassName
{
background-color: #CCDB4F;
}
.BgClassName
{
background-color: #CCDB4F;
}
</style>
border-color css
<style>
span { border-color: #CCDB4F; }
span { border-color: rgb(204,219,79); }
td.TdClassName
{
border-color: #CCDB4F;
}
.TagClassName
{
border-color: #CCDB4F;
}
</style>