Shades of Las Palmas #CDD839
Tints of Las Palmas #CDD839
RGB
CMYK
RGB Variations
Color information
#CDD839 (or 0xCDD839) is known color: Las Palmas. HEX triplet: CD, D8 and 39. RGB value is (205,216,57). Sum of RGB (Red+Green+Blue) = 205+216+57=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD839 is #3227C6. Grayscale: #C3C3C3. Windows color (decimal): -3286983 or 3791053. OLE color: 3791053.
HSL color Cylindrical-coordinate representation of color #CDD839: hue angle of 64.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD839 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 57 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.15 |
| HSL | 64.15º | 0.67% | 0.54% | - |
| HSV(B) | 64.15º | 0.74% | 0.85% | - |
| XYZ | 50.47 | 62.39 | 13.25 | - |
| YUV | 194.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 57 | 0.05 | 0 | 0.74 | 0.15 | 64.15 | 0.67 | 0.54 |
| Hex | CD | D8 | 39 | 5 | 0 | 4A | F | 40 | 43 | 36 |
| Octal | 315 | 330 | 71 | 5 | 0 | 112 | 17 | 100 | 103 | 66 |
| Binary | 11001101 | 11011000 | 111001 | 101 | 0 | 1001010 | 1111 | 1000000 | 1000011 | 110110 |
Color Harmonies of #CDD839
Complementary color
Monochromatic Colors of #CDD839
Black with #CDD839
Text Example
Text Example
White with #CDD839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD839; }
p { color: rgb(205,216,57); }
H1.HeaderClassName
{
color: #CDD839;
}
.AnyTagClassName
{
color: #CDD839;
}
</style>
background-color css
<style>
a { background-color: #CDD839; }
a { background-color: rgb(205,216,57); }
div.DivClassName
{
background-color: #CDD839;
}
.BgClassName
{
background-color: #CDD839;
}
</style>
border-color css
<style>
span { border-color: #CDD839; }
span { border-color: rgb(205,216,57); }
td.TdClassName
{
border-color: #CDD839;
}
.TagClassName
{
border-color: #CDD839;
}
</style>