Shades of Las Palmas #CDD63D
Tints of Las Palmas #CDD63D
RGB
CMYK
RGB Variations
Color information
#CDD63D (or 0xCDD63D) is known color: Las Palmas. HEX triplet: CD, D6 and 3D. RGB value is (205,214,61). Sum of RGB (Red+Green+Blue) = 205+214+61=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD63D is #3229C2. Grayscale: #C2C2C2. Windows color (decimal): -3287491 or 4052685. OLE color: 4052685.
HSL color Cylindrical-coordinate representation of color #CDD63D: hue angle of 63.53º 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 #CDD63D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.16 |
| HSL | 63.53º | 0.65% | 0.54% | - |
| HSV(B) | 63.53º | 0.71% | 0.84% | - |
| XYZ | 50.07 | 61.41 | 13.63 | - |
| YUV | 193.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 61 | 0.04 | 0 | 0.71 | 0.16 | 63.53 | 0.65 | 0.54 |
| Hex | CD | D6 | 3D | 4 | 0 | 47 | 10 | 40 | 41 | 36 |
| Octal | 315 | 326 | 75 | 4 | 0 | 107 | 20 | 100 | 101 | 66 |
| Binary | 11001101 | 11010110 | 111101 | 100 | 0 | 1000111 | 10000 | 1000000 | 1000001 | 110110 |
Color Harmonies of #CDD63D
Complementary color
Monochromatic Colors of #CDD63D
Black with #CDD63D
Text Example
Text Example
White with #CDD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD63D; }
p { color: rgb(205,214,61); }
H1.HeaderClassName
{
color: #CDD63D;
}
.AnyTagClassName
{
color: #CDD63D;
}
</style>
background-color css
<style>
a { background-color: #CDD63D; }
a { background-color: rgb(205,214,61); }
div.DivClassName
{
background-color: #CDD63D;
}
.BgClassName
{
background-color: #CDD63D;
}
</style>
border-color css
<style>
span { border-color: #CDD63D; }
span { border-color: rgb(205,214,61); }
td.TdClassName
{
border-color: #CDD63D;
}
.TagClassName
{
border-color: #CDD63D;
}
</style>