Shades of Las Palmas #D1DF49
Tints of Las Palmas #D1DF49
RGB
CMYK
RGB Variations
Color information
#D1DF49 (or 0xD1DF49) is known color: Las Palmas. HEX triplet: D1, DF and 49. RGB value is (209,223,73). Sum of RGB (Red+Green+Blue) = 209+223+73=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF49 is #2E20B6. Grayscale: #CACACA. Windows color (decimal): -3023031 or 4841425. OLE color: 4841425.
HSL color Cylindrical-coordinate representation of color #D1DF49: hue angle of 65.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1DF49 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 73 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.13 |
| HSL | 65.6º | 0.7% | 0.58% | - |
| HSV(B) | 65.6º | 0.67% | 0.87% | - |
| XYZ | 53.88 | 66.81 | 16.36 | - |
| YUV | 201.71 | 55.36 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 73 | 0.06 | 0 | 0.67 | 0.13 | 65.6 | 0.7 | 0.58 |
| Hex | D1 | DF | 49 | 6 | 0 | 43 | D | 42 | 46 | 3A |
| Octal | 321 | 337 | 111 | 6 | 0 | 103 | 15 | 102 | 106 | 72 |
| Binary | 11010001 | 11011111 | 1001001 | 110 | 0 | 1000011 | 1101 | 1000010 | 1000110 | 111010 |
Color Harmonies of #D1DF49
Complementary color
Monochromatic Colors of #D1DF49
Black with #D1DF49
Text Example
Text Example
White with #D1DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF49; }
p { color: rgb(209,223,73); }
H1.HeaderClassName
{
color: #D1DF49;
}
.AnyTagClassName
{
color: #D1DF49;
}
</style>
background-color css
<style>
a { background-color: #D1DF49; }
a { background-color: rgb(209,223,73); }
div.DivClassName
{
background-color: #D1DF49;
}
.BgClassName
{
background-color: #D1DF49;
}
</style>
border-color css
<style>
span { border-color: #D1DF49; }
span { border-color: rgb(209,223,73); }
td.TdClassName
{
border-color: #D1DF49;
}
.TagClassName
{
border-color: #D1DF49;
}
</style>