Shades of Las Palmas #CCDC4F
Tints of Las Palmas #CCDC4F
RGB
CMYK
RGB Variations
Color information
#CCDC4F (or 0xCCDC4F) is known color: Las Palmas. HEX triplet: CC, DC and 4F. RGB value is (204,220,79). Sum of RGB (Red+Green+Blue) = 204+220+79=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC4F is #3323B0. Grayscale: #C7C7C7. Windows color (decimal): -3351473 or 5233868. OLE color: 5233868.
HSL color Cylindrical-coordinate representation of color #CCDC4F: hue angle of 66.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDC4F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 79 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.81º | 0.67% | 0.59% | - |
| HSV(B) | 66.81º | 0.64% | 0.86% | - |
| XYZ | 51.91 | 64.59 | 17.13 | - |
| YUV | 199.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 79 | 0.07 | 0 | 0.64 | 0.14 | 66.81 | 0.67 | 0.59 |
| Hex | CC | DC | 4F | 7 | 0 | 40 | E | 43 | 43 | 3B |
| Octal | 314 | 334 | 117 | 7 | 0 | 100 | 16 | 103 | 103 | 73 |
| Binary | 11001100 | 11011100 | 1001111 | 111 | 0 | 1000000 | 1110 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CCDC4F
Complementary color
Monochromatic Colors of #CCDC4F
Black with #CCDC4F
Text Example
Text Example
White with #CCDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC4F; }
p { color: rgb(204,220,79); }
H1.HeaderClassName
{
color: #CCDC4F;
}
.AnyTagClassName
{
color: #CCDC4F;
}
</style>
background-color css
<style>
a { background-color: #CCDC4F; }
a { background-color: rgb(204,220,79); }
div.DivClassName
{
background-color: #CCDC4F;
}
.BgClassName
{
background-color: #CCDC4F;
}
</style>
border-color css
<style>
span { border-color: #CCDC4F; }
span { border-color: rgb(204,220,79); }
td.TdClassName
{
border-color: #CCDC4F;
}
.TagClassName
{
border-color: #CCDC4F;
}
</style>