Shades of Las Palmas #CCDC4B
Tints of Las Palmas #CCDC4B
RGB
CMYK
RGB Variations
Color information
#CCDC4B (or 0xCCDC4B) is known color: Las Palmas. HEX triplet: CC, DC and 4B. RGB value is (204,220,75). Sum of RGB (Red+Green+Blue) = 204+220+75=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC4B is #3323B4. Grayscale: #C7C7C7. Windows color (decimal): -3351477 or 4971724. OLE color: 4971724.
HSL color Cylindrical-coordinate representation of color #CCDC4B: hue angle of 66.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDC4B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 75 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.14 |
| HSL | 66.62º | 0.67% | 0.58% | - |
| HSV(B) | 66.62º | 0.66% | 0.86% | - |
| XYZ | 51.77 | 64.53 | 16.38 | - |
| YUV | 198.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 75 | 0.07 | 0 | 0.66 | 0.14 | 66.62 | 0.67 | 0.58 |
| Hex | CC | DC | 4B | 7 | 0 | 42 | E | 43 | 43 | 3A |
| Octal | 314 | 334 | 113 | 7 | 0 | 102 | 16 | 103 | 103 | 72 |
| Binary | 11001100 | 11011100 | 1001011 | 111 | 0 | 1000010 | 1110 | 1000011 | 1000011 | 111010 |
Color Harmonies of #CCDC4B
Complementary color
Monochromatic Colors of #CCDC4B
Black with #CCDC4B
Text Example
Text Example
White with #CCDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC4B; }
p { color: rgb(204,220,75); }
H1.HeaderClassName
{
color: #CCDC4B;
}
.AnyTagClassName
{
color: #CCDC4B;
}
</style>
background-color css
<style>
a { background-color: #CCDC4B; }
a { background-color: rgb(204,220,75); }
div.DivClassName
{
background-color: #CCDC4B;
}
.BgClassName
{
background-color: #CCDC4B;
}
</style>
border-color css
<style>
span { border-color: #CCDC4B; }
span { border-color: rgb(204,220,75); }
td.TdClassName
{
border-color: #CCDC4B;
}
.TagClassName
{
border-color: #CCDC4B;
}
</style>