Shades of Las Palmas #CCDC3A
Tints of Las Palmas #CCDC3A
RGB
CMYK
RGB Variations
Color information
#CCDC3A (or 0xCCDC3A) is known color: Las Palmas. HEX triplet: CC, DC and 3A. RGB value is (204,220,58). Sum of RGB (Red+Green+Blue) = 204+220+58=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3A is #3323C5. Grayscale: #C5C5C5. Windows color (decimal): -3351494 or 3857612. OLE color: 3857612.
HSL color Cylindrical-coordinate representation of color #CCDC3A: hue angle of 65.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCDC3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 58 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.14 |
| HSL | 65.93º | 0.7% | 0.55% | - |
| HSV(B) | 65.93º | 0.74% | 0.86% | - |
| XYZ | 51.26 | 64.33 | 13.72 | - |
| YUV | 196.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 58 | 0.07 | 0 | 0.74 | 0.14 | 65.93 | 0.7 | 0.55 |
| Hex | CC | DC | 3A | 7 | 0 | 4A | E | 42 | 46 | 37 |
| Octal | 314 | 334 | 72 | 7 | 0 | 112 | 16 | 102 | 106 | 67 |
| Binary | 11001100 | 11011100 | 111010 | 111 | 0 | 1001010 | 1110 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CCDC3A
Complementary color
Monochromatic Colors of #CCDC3A
Black with #CCDC3A
Text Example
Text Example
White with #CCDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC3A; }
p { color: rgb(204,220,58); }
H1.HeaderClassName
{
color: #CCDC3A;
}
.AnyTagClassName
{
color: #CCDC3A;
}
</style>
background-color css
<style>
a { background-color: #CCDC3A; }
a { background-color: rgb(204,220,58); }
div.DivClassName
{
background-color: #CCDC3A;
}
.BgClassName
{
background-color: #CCDC3A;
}
</style>
border-color css
<style>
span { border-color: #CCDC3A; }
span { border-color: rgb(204,220,58); }
td.TdClassName
{
border-color: #CCDC3A;
}
.TagClassName
{
border-color: #CCDC3A;
}
</style>