Shades of Las Palmas #CCDA3A
Tints of Las Palmas #CCDA3A
RGB
CMYK
RGB Variations
Color information
#CCDA3A (or 0xCCDA3A) is known color: Las Palmas. HEX triplet: CC, DA and 3A. RGB value is (204,218,58). Sum of RGB (Red+Green+Blue) = 204+218+58=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA3A is #3325C5. Grayscale: #C4C4C4. Windows color (decimal): -3352006 or 3857100. OLE color: 3857100.
HSL color Cylindrical-coordinate representation of color #CCDA3A: hue angle of 65.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCDA3A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 58 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.15 |
| HSL | 65.25º | 0.68% | 0.54% | - |
| HSV(B) | 65.25º | 0.73% | 0.85% | - |
| XYZ | 50.74 | 63.29 | 13.54 | - |
| YUV | 195.57 | 50.36 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 58 | 0.06 | 0 | 0.73 | 0.15 | 65.25 | 0.68 | 0.54 |
| Hex | CC | DA | 3A | 6 | 0 | 49 | F | 41 | 44 | 36 |
| Octal | 314 | 332 | 72 | 6 | 0 | 111 | 17 | 101 | 104 | 66 |
| Binary | 11001100 | 11011010 | 111010 | 110 | 0 | 1001001 | 1111 | 1000001 | 1000100 | 110110 |
Color Harmonies of #CCDA3A
Complementary color
Monochromatic Colors of #CCDA3A
Black with #CCDA3A
Text Example
Text Example
White with #CCDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA3A; }
p { color: rgb(204,218,58); }
H1.HeaderClassName
{
color: #CCDA3A;
}
.AnyTagClassName
{
color: #CCDA3A;
}
</style>
background-color css
<style>
a { background-color: #CCDA3A; }
a { background-color: rgb(204,218,58); }
div.DivClassName
{
background-color: #CCDA3A;
}
.BgClassName
{
background-color: #CCDA3A;
}
</style>
border-color css
<style>
span { border-color: #CCDA3A; }
span { border-color: rgb(204,218,58); }
td.TdClassName
{
border-color: #CCDA3A;
}
.TagClassName
{
border-color: #CCDA3A;
}
</style>