Shades of Las Palmas #CCDA3E
Tints of Las Palmas #CCDA3E
RGB
CMYK
RGB Variations
Color information
#CCDA3E (or 0xCCDA3E) is known color: Las Palmas. HEX triplet: CC, DA and 3E. RGB value is (204,218,62). Sum of RGB (Red+Green+Blue) = 204+218+62=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA3E is #3325C1. Grayscale: #C4C4C4. Windows color (decimal): -3352002 or 4119244. OLE color: 4119244.
HSL color Cylindrical-coordinate representation of color #CCDA3E: hue angle of 65.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDA3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 65.38º | 0.68% | 0.55% | - |
| HSV(B) | 65.38º | 0.72% | 0.85% | - |
| XYZ | 50.84 | 63.33 | 14.1 | - |
| YUV | 196.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 62 | 0.06 | 0 | 0.72 | 0.15 | 65.38 | 0.68 | 0.55 |
| Hex | CC | DA | 3E | 6 | 0 | 48 | F | 41 | 44 | 37 |
| Octal | 314 | 332 | 76 | 6 | 0 | 110 | 17 | 101 | 104 | 67 |
| Binary | 11001100 | 11011010 | 111110 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CCDA3E
Complementary color
Monochromatic Colors of #CCDA3E
Black with #CCDA3E
Text Example
Text Example
White with #CCDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA3E; }
p { color: rgb(204,218,62); }
H1.HeaderClassName
{
color: #CCDA3E;
}
.AnyTagClassName
{
color: #CCDA3E;
}
</style>
background-color css
<style>
a { background-color: #CCDA3E; }
a { background-color: rgb(204,218,62); }
div.DivClassName
{
background-color: #CCDA3E;
}
.BgClassName
{
background-color: #CCDA3E;
}
</style>
border-color css
<style>
span { border-color: #CCDA3E; }
span { border-color: rgb(204,218,62); }
td.TdClassName
{
border-color: #CCDA3E;
}
.TagClassName
{
border-color: #CCDA3E;
}
</style>