Shades of Las Palmas #D1DA48
Tints of Las Palmas #D1DA48
RGB
CMYK
RGB Variations
Color information
#D1DA48 (or 0xD1DA48) is known color: Las Palmas. HEX triplet: D1, DA and 48. RGB value is (209,218,72). Sum of RGB (Red+Green+Blue) = 209+218+72=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA48 is #2E25B7. Grayscale: #C7C7C7. Windows color (decimal): -3024312 or 4774609. OLE color: 4774609.
HSL color Cylindrical-coordinate representation of color #D1DA48: hue angle of 63.7º degrees, saturation: 0.66, 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 #D1DA48 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 72 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.15 |
| HSL | 63.7º | 0.66% | 0.57% | - |
| HSV(B) | 63.7º | 0.67% | 0.85% | - |
| XYZ | 52.54 | 64.17 | 15.75 | - |
| YUV | 198.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 72 | 0.04 | 0 | 0.67 | 0.15 | 63.7 | 0.66 | 0.57 |
| Hex | D1 | DA | 48 | 4 | 0 | 43 | F | 40 | 42 | 39 |
| Octal | 321 | 332 | 110 | 4 | 0 | 103 | 17 | 100 | 102 | 71 |
| Binary | 11010001 | 11011010 | 1001000 | 100 | 0 | 1000011 | 1111 | 1000000 | 1000010 | 111001 |
Color Harmonies of #D1DA48
Complementary color
Monochromatic Colors of #D1DA48
Black with #D1DA48
Text Example
Text Example
White with #D1DA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA48; }
p { color: rgb(209,218,72); }
H1.HeaderClassName
{
color: #D1DA48;
}
.AnyTagClassName
{
color: #D1DA48;
}
</style>
background-color css
<style>
a { background-color: #D1DA48; }
a { background-color: rgb(209,218,72); }
div.DivClassName
{
background-color: #D1DA48;
}
.BgClassName
{
background-color: #D1DA48;
}
</style>
border-color css
<style>
span { border-color: #D1DA48; }
span { border-color: rgb(209,218,72); }
td.TdClassName
{
border-color: #D1DA48;
}
.TagClassName
{
border-color: #D1DA48;
}
</style>