Shades of Las Palmas #D1DF47
Tints of Las Palmas #D1DF47
RGB
CMYK
RGB Variations
Color information
#D1DF47 (or 0xD1DF47) is known color: Las Palmas. HEX triplet: D1, DF and 47. RGB value is (209,223,71). Sum of RGB (Red+Green+Blue) = 209+223+71=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF47 is #2E20B8. Grayscale: #CACACA. Windows color (decimal): -3023033 or 4710353. OLE color: 4710353.
HSL color Cylindrical-coordinate representation of color #D1DF47: hue angle of 65.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1DF47 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 71 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.13 |
| HSL | 65.53º | 0.7% | 0.58% | - |
| HSV(B) | 65.53º | 0.68% | 0.87% | - |
| XYZ | 53.82 | 66.79 | 16.02 | - |
| YUV | 201.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 71 | 0.06 | 0 | 0.68 | 0.13 | 65.53 | 0.7 | 0.58 |
| Hex | D1 | DF | 47 | 6 | 0 | 44 | D | 42 | 46 | 3A |
| Octal | 321 | 337 | 107 | 6 | 0 | 104 | 15 | 102 | 106 | 72 |
| Binary | 11010001 | 11011111 | 1000111 | 110 | 0 | 1000100 | 1101 | 1000010 | 1000110 | 111010 |
Color Harmonies of #D1DF47
Complementary color
Monochromatic Colors of #D1DF47
Black with #D1DF47
Text Example
Text Example
White with #D1DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF47; }
p { color: rgb(209,223,71); }
H1.HeaderClassName
{
color: #D1DF47;
}
.AnyTagClassName
{
color: #D1DF47;
}
</style>
background-color css
<style>
a { background-color: #D1DF47; }
a { background-color: rgb(209,223,71); }
div.DivClassName
{
background-color: #D1DF47;
}
.BgClassName
{
background-color: #D1DF47;
}
</style>
border-color css
<style>
span { border-color: #D1DF47; }
span { border-color: rgb(209,223,71); }
td.TdClassName
{
border-color: #D1DF47;
}
.TagClassName
{
border-color: #D1DF47;
}
</style>