Shades of Las Palmas #D0DA44
Tints of Las Palmas #D0DA44
RGB
CMYK
RGB Variations
Color information
#D0DA44 (or 0xD0DA44) is known color: Las Palmas. HEX triplet: D0, DA and 44. RGB value is (208,218,68). Sum of RGB (Red+Green+Blue) = 208+218+68=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA44 is #2F25BB. Grayscale: #C6C6C6. Windows color (decimal): -3089852 or 4512464. OLE color: 4512464.
HSL color Cylindrical-coordinate representation of color #D0DA44: hue angle of 64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0DA44 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 68 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.15 |
| HSL | 64º | 0.67% | 0.56% | - |
| HSV(B) | 64º | 0.69% | 0.85% | - |
| XYZ | 52.13 | 63.97 | 15.07 | - |
| YUV | 197.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 68 | 0.05 | 0 | 0.69 | 0.15 | 64 | 0.67 | 0.56 |
| Hex | D0 | DA | 44 | 5 | 0 | 45 | F | 40 | 43 | 38 |
| Octal | 320 | 332 | 104 | 5 | 0 | 105 | 17 | 100 | 103 | 70 |
| Binary | 11010000 | 11011010 | 1000100 | 101 | 0 | 1000101 | 1111 | 1000000 | 1000011 | 111000 |
Color Harmonies of #D0DA44
Complementary color
Monochromatic Colors of #D0DA44
Black with #D0DA44
Text Example
Text Example
White with #D0DA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA44; }
p { color: rgb(208,218,68); }
H1.HeaderClassName
{
color: #D0DA44;
}
.AnyTagClassName
{
color: #D0DA44;
}
</style>
background-color css
<style>
a { background-color: #D0DA44; }
a { background-color: rgb(208,218,68); }
div.DivClassName
{
background-color: #D0DA44;
}
.BgClassName
{
background-color: #D0DA44;
}
</style>
border-color css
<style>
span { border-color: #D0DA44; }
span { border-color: rgb(208,218,68); }
td.TdClassName
{
border-color: #D0DA44;
}
.TagClassName
{
border-color: #D0DA44;
}
</style>