Shades of Las Palmas #D0DC42
Tints of Las Palmas #D0DC42
RGB
CMYK
RGB Variations
Color information
#D0DC42 (or 0xD0DC42) is known color: Las Palmas. HEX triplet: D0, DC and 42. RGB value is (208,220,66). Sum of RGB (Red+Green+Blue) = 208+220+66=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC42 is #2F23BD. Grayscale: #C7C7C7. Windows color (decimal): -3089342 or 4381904. OLE color: 4381904.
HSL color Cylindrical-coordinate representation of color #D0DC42: hue angle of 64.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0DC42 is Cyan = 0.05, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 66 | - |
| CMYK | 0.05 | 0 | 0.7 | 0.14 |
| HSL | 64.68º | 0.69% | 0.56% | - |
| HSV(B) | 64.68º | 0.7% | 0.86% | - |
| XYZ | 52.59 | 64.99 | 14.93 | - |
| YUV | 198.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 66 | 0.05 | 0 | 0.7 | 0.14 | 64.68 | 0.69 | 0.56 |
| Hex | D0 | DC | 42 | 5 | 0 | 46 | E | 41 | 45 | 38 |
| Octal | 320 | 334 | 102 | 5 | 0 | 106 | 16 | 101 | 105 | 70 |
| Binary | 11010000 | 11011100 | 1000010 | 101 | 0 | 1000110 | 1110 | 1000001 | 1000101 | 111000 |
Color Harmonies of #D0DC42
Complementary color
Monochromatic Colors of #D0DC42
Black with #D0DC42
Text Example
Text Example
White with #D0DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC42; }
p { color: rgb(208,220,66); }
H1.HeaderClassName
{
color: #D0DC42;
}
.AnyTagClassName
{
color: #D0DC42;
}
</style>
background-color css
<style>
a { background-color: #D0DC42; }
a { background-color: rgb(208,220,66); }
div.DivClassName
{
background-color: #D0DC42;
}
.BgClassName
{
background-color: #D0DC42;
}
</style>
border-color css
<style>
span { border-color: #D0DC42; }
span { border-color: rgb(208,220,66); }
td.TdClassName
{
border-color: #D0DC42;
}
.TagClassName
{
border-color: #D0DC42;
}
</style>