Shades of Las Palmas #D0DA48
Tints of Las Palmas #D0DA48
RGB
CMYK
RGB Variations
Color information
#D0DA48 (or 0xD0DA48) is known color: Las Palmas. HEX triplet: D0, DA and 48. RGB value is (208,218,72). Sum of RGB (Red+Green+Blue) = 208+218+72=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA48 is #2F25B7. Grayscale: #C6C6C6. Windows color (decimal): -3089848 or 4774608. OLE color: 4774608.
HSL color Cylindrical-coordinate representation of color #D0DA48: hue angle of 64.11º 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 #D0DA48 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 72 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.15 |
| HSL | 64.11º | 0.66% | 0.57% | - |
| HSV(B) | 64.11º | 0.67% | 0.85% | - |
| XYZ | 52.25 | 64.02 | 15.73 | - |
| YUV | 198.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 72 | 0.05 | 0 | 0.67 | 0.15 | 64.11 | 0.66 | 0.57 |
| Hex | D0 | DA | 48 | 5 | 0 | 43 | F | 40 | 42 | 39 |
| Octal | 320 | 332 | 110 | 5 | 0 | 103 | 17 | 100 | 102 | 71 |
| Binary | 11010000 | 11011010 | 1001000 | 101 | 0 | 1000011 | 1111 | 1000000 | 1000010 | 111001 |
Color Harmonies of #D0DA48
Complementary color
Monochromatic Colors of #D0DA48
Black with #D0DA48
Text Example
Text Example
White with #D0DA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA48; }
p { color: rgb(208,218,72); }
H1.HeaderClassName
{
color: #D0DA48;
}
.AnyTagClassName
{
color: #D0DA48;
}
</style>
background-color css
<style>
a { background-color: #D0DA48; }
a { background-color: rgb(208,218,72); }
div.DivClassName
{
background-color: #D0DA48;
}
.BgClassName
{
background-color: #D0DA48;
}
</style>
border-color css
<style>
span { border-color: #D0DA48; }
span { border-color: rgb(208,218,72); }
td.TdClassName
{
border-color: #D0DA48;
}
.TagClassName
{
border-color: #D0DA48;
}
</style>