Shades of Las Palmas #D0DD4A
Tints of Las Palmas #D0DD4A
RGB
CMYK
RGB Variations
Color information
#D0DD4A (or 0xD0DD4A) is known color: Las Palmas. HEX triplet: D0, DD and 4A. RGB value is (208,221,74). Sum of RGB (Red+Green+Blue) = 208+221+74=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD4A is #2F22B5. Grayscale: #C8C8C8. Windows color (decimal): -3089078 or 4906448. OLE color: 4906448.
HSL color Cylindrical-coordinate representation of color #D0DD4A: hue angle of 65.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0DD4A is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 74 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.13 |
| HSL | 65.31º | 0.68% | 0.58% | - |
| HSV(B) | 65.31º | 0.67% | 0.87% | - |
| XYZ | 53.1 | 65.62 | 16.35 | - |
| YUV | 200.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 74 | 0.06 | 0 | 0.67 | 0.13 | 65.31 | 0.68 | 0.58 |
| Hex | D0 | DD | 4A | 6 | 0 | 43 | D | 41 | 44 | 3A |
| Octal | 320 | 335 | 112 | 6 | 0 | 103 | 15 | 101 | 104 | 72 |
| Binary | 11010000 | 11011101 | 1001010 | 110 | 0 | 1000011 | 1101 | 1000001 | 1000100 | 111010 |
Color Harmonies of #D0DD4A
Complementary color
Monochromatic Colors of #D0DD4A
Black with #D0DD4A
Text Example
Text Example
White with #D0DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD4A; }
p { color: rgb(208,221,74); }
H1.HeaderClassName
{
color: #D0DD4A;
}
.AnyTagClassName
{
color: #D0DD4A;
}
</style>
background-color css
<style>
a { background-color: #D0DD4A; }
a { background-color: rgb(208,221,74); }
div.DivClassName
{
background-color: #D0DD4A;
}
.BgClassName
{
background-color: #D0DD4A;
}
</style>
border-color css
<style>
span { border-color: #D0DD4A; }
span { border-color: rgb(208,221,74); }
td.TdClassName
{
border-color: #D0DD4A;
}
.TagClassName
{
border-color: #D0DD4A;
}
</style>