Shades of Las Palmas #CDD63E
Tints of Las Palmas #CDD63E
RGB
CMYK
RGB Variations
Color information
#CDD63E (or 0xCDD63E) is known color: Las Palmas. HEX triplet: CD, D6 and 3E. RGB value is (205,214,62). Sum of RGB (Red+Green+Blue) = 205+214+62=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD63E is #3229C1. Grayscale: #C2C2C2. Windows color (decimal): -3287490 or 4118221. OLE color: 4118221.
HSL color Cylindrical-coordinate representation of color #CDD63E: hue angle of 63.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDD63E is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 62 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.16 |
| HSL | 63.55º | 0.65% | 0.54% | - |
| HSV(B) | 63.55º | 0.71% | 0.84% | - |
| XYZ | 50.09 | 61.42 | 13.77 | - |
| YUV | 193.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 62 | 0.04 | 0 | 0.71 | 0.16 | 63.55 | 0.65 | 0.54 |
| Hex | CD | D6 | 3E | 4 | 0 | 47 | 10 | 40 | 41 | 36 |
| Octal | 315 | 326 | 76 | 4 | 0 | 107 | 20 | 100 | 101 | 66 |
| Binary | 11001101 | 11010110 | 111110 | 100 | 0 | 1000111 | 10000 | 1000000 | 1000001 | 110110 |
Color Harmonies of #CDD63E
Complementary color
Monochromatic Colors of #CDD63E
Black with #CDD63E
Text Example
Text Example
White with #CDD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD63E; }
p { color: rgb(205,214,62); }
H1.HeaderClassName
{
color: #CDD63E;
}
.AnyTagClassName
{
color: #CDD63E;
}
</style>
background-color css
<style>
a { background-color: #CDD63E; }
a { background-color: rgb(205,214,62); }
div.DivClassName
{
background-color: #CDD63E;
}
.BgClassName
{
background-color: #CDD63E;
}
</style>
border-color css
<style>
span { border-color: #CDD63E; }
span { border-color: rgb(205,214,62); }
td.TdClassName
{
border-color: #CDD63E;
}
.TagClassName
{
border-color: #CDD63E;
}
</style>