Shades of Las Palmas #CCDA4E
Tints of Las Palmas #CCDA4E
RGB
CMYK
RGB Variations
Color information
#CCDA4E (or 0xCCDA4E) is known color: Las Palmas. HEX triplet: CC, DA and 4E. RGB value is (204,218,78). Sum of RGB (Red+Green+Blue) = 204+218+78=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA4E is #3325B1. Grayscale: #C6C6C6. Windows color (decimal): -3351986 or 5167820. OLE color: 5167820.
HSL color Cylindrical-coordinate representation of color #CCDA4E: hue angle of 66º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDA4E is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 78 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.15 |
| HSL | 66º | 0.65% | 0.58% | - |
| HSV(B) | 66º | 0.64% | 0.85% | - |
| XYZ | 51.35 | 63.53 | 16.76 | - |
| YUV | 197.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 78 | 0.06 | 0 | 0.64 | 0.15 | 66 | 0.65 | 0.58 |
| Hex | CC | DA | 4E | 6 | 0 | 40 | F | 42 | 41 | 3A |
| Octal | 314 | 332 | 116 | 6 | 0 | 100 | 17 | 102 | 101 | 72 |
| Binary | 11001100 | 11011010 | 1001110 | 110 | 0 | 1000000 | 1111 | 1000010 | 1000001 | 111010 |
Color Harmonies of #CCDA4E
Complementary color
Monochromatic Colors of #CCDA4E
Black with #CCDA4E
Text Example
Text Example
White with #CCDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA4E; }
p { color: rgb(204,218,78); }
H1.HeaderClassName
{
color: #CCDA4E;
}
.AnyTagClassName
{
color: #CCDA4E;
}
</style>
background-color css
<style>
a { background-color: #CCDA4E; }
a { background-color: rgb(204,218,78); }
div.DivClassName
{
background-color: #CCDA4E;
}
.BgClassName
{
background-color: #CCDA4E;
}
</style>
border-color css
<style>
span { border-color: #CCDA4E; }
span { border-color: rgb(204,218,78); }
td.TdClassName
{
border-color: #CCDA4E;
}
.TagClassName
{
border-color: #CCDA4E;
}
</style>