Shades of Las Palmas #D1D949
Tints of Las Palmas #D1D949
RGB
CMYK
RGB Variations
Color information
#D1D949 (or 0xD1D949) is known color: Las Palmas. HEX triplet: D1, D9 and 49. RGB value is (209,217,73). Sum of RGB (Red+Green+Blue) = 209+217+73=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D949 is #2E26B6. Grayscale: #C6C6C6. Windows color (decimal): -3024567 or 4839889. OLE color: 4839889.
HSL color Cylindrical-coordinate representation of color #D1D949: hue angle of 63.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1D949 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 73 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.15 |
| HSL | 63.33º | 0.65% | 0.57% | - |
| HSV(B) | 63.33º | 0.66% | 0.85% | - |
| XYZ | 52.31 | 63.66 | 15.83 | - |
| YUV | 198.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 73 | 0.04 | 0 | 0.66 | 0.15 | 63.33 | 0.65 | 0.57 |
| Hex | D1 | D9 | 49 | 4 | 0 | 42 | F | 3F | 41 | 39 |
| Octal | 321 | 331 | 111 | 4 | 0 | 102 | 17 | 77 | 101 | 71 |
| Binary | 11010001 | 11011001 | 1001001 | 100 | 0 | 1000010 | 1111 | 111111 | 1000001 | 111001 |
Color Harmonies of #D1D949
Complementary color
Monochromatic Colors of #D1D949
Black with #D1D949
Text Example
Text Example
White with #D1D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D949; }
p { color: rgb(209,217,73); }
H1.HeaderClassName
{
color: #D1D949;
}
.AnyTagClassName
{
color: #D1D949;
}
</style>
background-color css
<style>
a { background-color: #D1D949; }
a { background-color: rgb(209,217,73); }
div.DivClassName
{
background-color: #D1D949;
}
.BgClassName
{
background-color: #D1D949;
}
</style>
border-color css
<style>
span { border-color: #D1D949; }
span { border-color: rgb(209,217,73); }
td.TdClassName
{
border-color: #D1D949;
}
.TagClassName
{
border-color: #D1D949;
}
</style>