Shades of Las Palmas #CDD53C
Tints of Las Palmas #CDD53C
RGB
CMYK
RGB Variations
Color information
#CDD53C (or 0xCDD53C) is known color: Las Palmas. HEX triplet: CD, D5 and 3C. RGB value is (205,213,60). Sum of RGB (Red+Green+Blue) = 205+213+60=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD53C is #322AC3. Grayscale: #C1C1C1. Windows color (decimal): -3287748 or 3986893. OLE color: 3986893.
HSL color Cylindrical-coordinate representation of color #CDD53C: hue angle of 63.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD53C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 60 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.16 |
| HSL | 63.14º | 0.65% | 0.54% | - |
| HSV(B) | 63.14º | 0.72% | 0.84% | - |
| XYZ | 49.79 | 60.89 | 13.4 | - |
| YUV | 193.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 60 | 0.04 | 0 | 0.72 | 0.16 | 63.14 | 0.65 | 0.54 |
| Hex | CD | D5 | 3C | 4 | 0 | 48 | 10 | 3F | 41 | 36 |
| Octal | 315 | 325 | 74 | 4 | 0 | 110 | 20 | 77 | 101 | 66 |
| Binary | 11001101 | 11010101 | 111100 | 100 | 0 | 1001000 | 10000 | 111111 | 1000001 | 110110 |
Color Harmonies of #CDD53C
Complementary color
Monochromatic Colors of #CDD53C
Black with #CDD53C
Text Example
Text Example
White with #CDD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD53C; }
p { color: rgb(205,213,60); }
H1.HeaderClassName
{
color: #CDD53C;
}
.AnyTagClassName
{
color: #CDD53C;
}
</style>
background-color css
<style>
a { background-color: #CDD53C; }
a { background-color: rgb(205,213,60); }
div.DivClassName
{
background-color: #CDD53C;
}
.BgClassName
{
background-color: #CDD53C;
}
</style>
border-color css
<style>
span { border-color: #CDD53C; }
span { border-color: rgb(205,213,60); }
td.TdClassName
{
border-color: #CDD53C;
}
.TagClassName
{
border-color: #CDD53C;
}
</style>