Shades of Las Palmas #D1DD47
Tints of Las Palmas #D1DD47
RGB
CMYK
RGB Variations
Color information
#D1DD47 (or 0xD1DD47) is known color: Las Palmas. HEX triplet: D1, DD and 47. RGB value is (209,221,71). Sum of RGB (Red+Green+Blue) = 209+221+71=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD47 is #2E22B8. Grayscale: #C8C8C8. Windows color (decimal): -3023545 or 4709841. OLE color: 4709841.
HSL color Cylindrical-coordinate representation of color #D1DD47: hue angle of 64.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1DD47 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 71 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.13 |
| HSL | 64.8º | 0.69% | 0.57% | - |
| HSV(B) | 64.8º | 0.68% | 0.87% | - |
| XYZ | 53.29 | 65.72 | 15.84 | - |
| YUV | 200.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 71 | 0.05 | 0 | 0.68 | 0.13 | 64.8 | 0.69 | 0.57 |
| Hex | D1 | DD | 47 | 5 | 0 | 44 | D | 41 | 45 | 39 |
| Octal | 321 | 335 | 107 | 5 | 0 | 104 | 15 | 101 | 105 | 71 |
| Binary | 11010001 | 11011101 | 1000111 | 101 | 0 | 1000100 | 1101 | 1000001 | 1000101 | 111001 |
Color Harmonies of #D1DD47
Complementary color
Monochromatic Colors of #D1DD47
Black with #D1DD47
Text Example
Text Example
White with #D1DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD47; }
p { color: rgb(209,221,71); }
H1.HeaderClassName
{
color: #D1DD47;
}
.AnyTagClassName
{
color: #D1DD47;
}
</style>
background-color css
<style>
a { background-color: #D1DD47; }
a { background-color: rgb(209,221,71); }
div.DivClassName
{
background-color: #D1DD47;
}
.BgClassName
{
background-color: #D1DD47;
}
</style>
border-color css
<style>
span { border-color: #D1DD47; }
span { border-color: rgb(209,221,71); }
td.TdClassName
{
border-color: #D1DD47;
}
.TagClassName
{
border-color: #D1DD47;
}
</style>