Shades of Las Palmas #D1DC46
Tints of Las Palmas #D1DC46
RGB
CMYK
RGB Variations
Color information
#D1DC46 (or 0xD1DC46) is known color: Las Palmas. HEX triplet: D1, DC and 46. RGB value is (209,220,70). Sum of RGB (Red+Green+Blue) = 209+220+70=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC46 is #2E23B9. Grayscale: #C8C8C8. Windows color (decimal): -3023802 or 4644049. OLE color: 4644049.
HSL color Cylindrical-coordinate representation of color #D1DC46: hue angle of 64.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1DC46 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 70 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.14 |
| HSL | 64.4º | 0.68% | 0.57% | - |
| HSV(B) | 64.4º | 0.68% | 0.86% | - |
| XYZ | 52.99 | 65.18 | 15.58 | - |
| YUV | 199.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 70 | 0.05 | 0 | 0.68 | 0.14 | 64.4 | 0.68 | 0.57 |
| Hex | D1 | DC | 46 | 5 | 0 | 44 | E | 40 | 44 | 39 |
| Octal | 321 | 334 | 106 | 5 | 0 | 104 | 16 | 100 | 104 | 71 |
| Binary | 11010001 | 11011100 | 1000110 | 101 | 0 | 1000100 | 1110 | 1000000 | 1000100 | 111001 |
Color Harmonies of #D1DC46
Complementary color
Monochromatic Colors of #D1DC46
Black with #D1DC46
Text Example
Text Example
White with #D1DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC46; }
p { color: rgb(209,220,70); }
H1.HeaderClassName
{
color: #D1DC46;
}
.AnyTagClassName
{
color: #D1DC46;
}
</style>
background-color css
<style>
a { background-color: #D1DC46; }
a { background-color: rgb(209,220,70); }
div.DivClassName
{
background-color: #D1DC46;
}
.BgClassName
{
background-color: #D1DC46;
}
</style>
border-color css
<style>
span { border-color: #D1DC46; }
span { border-color: rgb(209,220,70); }
td.TdClassName
{
border-color: #D1DC46;
}
.TagClassName
{
border-color: #D1DC46;
}
</style>