Shades of Las Palmas #D0DC45
Tints of Las Palmas #D0DC45
RGB
CMYK
RGB Variations
Color information
#D0DC45 (or 0xD0DC45) is known color: Las Palmas. HEX triplet: D0, DC and 45. RGB value is (208,220,69). Sum of RGB (Red+Green+Blue) = 208+220+69=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC45 is #2F23BA. Grayscale: #C7C7C7. Windows color (decimal): -3089339 or 4578512. OLE color: 4578512.
HSL color Cylindrical-coordinate representation of color #D0DC45: hue angle of 64.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0DC45 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 69 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.14 |
| HSL | 64.77º | 0.68% | 0.57% | - |
| HSV(B) | 64.77º | 0.69% | 0.86% | - |
| XYZ | 52.68 | 65.03 | 15.4 | - |
| YUV | 199.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 69 | 0.05 | 0 | 0.69 | 0.14 | 64.77 | 0.68 | 0.57 |
| Hex | D0 | DC | 45 | 5 | 0 | 45 | E | 41 | 44 | 39 |
| Octal | 320 | 334 | 105 | 5 | 0 | 105 | 16 | 101 | 104 | 71 |
| Binary | 11010000 | 11011100 | 1000101 | 101 | 0 | 1000101 | 1110 | 1000001 | 1000100 | 111001 |
Color Harmonies of #D0DC45
Complementary color
Monochromatic Colors of #D0DC45
Black with #D0DC45
Text Example
Text Example
White with #D0DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC45; }
p { color: rgb(208,220,69); }
H1.HeaderClassName
{
color: #D0DC45;
}
.AnyTagClassName
{
color: #D0DC45;
}
</style>
background-color css
<style>
a { background-color: #D0DC45; }
a { background-color: rgb(208,220,69); }
div.DivClassName
{
background-color: #D0DC45;
}
.BgClassName
{
background-color: #D0DC45;
}
</style>
border-color css
<style>
span { border-color: #D0DC45; }
span { border-color: rgb(208,220,69); }
td.TdClassName
{
border-color: #D0DC45;
}
.TagClassName
{
border-color: #D0DC45;
}
</style>