Shades of Las Palmas #D1DA47
Tints of Las Palmas #D1DA47
RGB
CMYK
RGB Variations
Color information
#D1DA47 (or 0xD1DA47) is known color: Las Palmas. HEX triplet: D1, DA and 47. RGB value is (209,218,71). Sum of RGB (Red+Green+Blue) = 209+218+71=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA47 is #2E25B8. Grayscale: #C7C7C7. Windows color (decimal): -3024313 or 4709073. OLE color: 4709073.
HSL color Cylindrical-coordinate representation of color #D1DA47: hue angle of 63.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1DA47 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 71 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.15 |
| HSL | 63.67º | 0.67% | 0.57% | - |
| HSV(B) | 63.67º | 0.67% | 0.85% | - |
| XYZ | 52.5 | 64.15 | 15.58 | - |
| YUV | 198.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 71 | 0.04 | 0 | 0.67 | 0.15 | 63.67 | 0.67 | 0.57 |
| Hex | D1 | DA | 47 | 4 | 0 | 43 | F | 40 | 43 | 39 |
| Octal | 321 | 332 | 107 | 4 | 0 | 103 | 17 | 100 | 103 | 71 |
| Binary | 11010001 | 11011010 | 1000111 | 100 | 0 | 1000011 | 1111 | 1000000 | 1000011 | 111001 |
Color Harmonies of #D1DA47
Complementary color
Monochromatic Colors of #D1DA47
Black with #D1DA47
Text Example
Text Example
White with #D1DA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA47; }
p { color: rgb(209,218,71); }
H1.HeaderClassName
{
color: #D1DA47;
}
.AnyTagClassName
{
color: #D1DA47;
}
</style>
background-color css
<style>
a { background-color: #D1DA47; }
a { background-color: rgb(209,218,71); }
div.DivClassName
{
background-color: #D1DA47;
}
.BgClassName
{
background-color: #D1DA47;
}
</style>
border-color css
<style>
span { border-color: #D1DA47; }
span { border-color: rgb(209,218,71); }
td.TdClassName
{
border-color: #D1DA47;
}
.TagClassName
{
border-color: #D1DA47;
}
</style>