Shades of Las Palmas #D0DF46
Tints of Las Palmas #D0DF46
RGB
CMYK
RGB Variations
Color information
#D0DF46 (or 0xD0DF46) is known color: Las Palmas. HEX triplet: D0, DF and 46. RGB value is (208,223,70). Sum of RGB (Red+Green+Blue) = 208+223+70=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF46 is #2F20B9. Grayscale: #C9C9C9. Windows color (decimal): -3088570 or 4644816. OLE color: 4644816.
HSL color Cylindrical-coordinate representation of color #D0DF46: hue angle of 65.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0DF46 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 70 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.13 |
| HSL | 65.88º | 0.71% | 0.57% | - |
| HSV(B) | 65.88º | 0.69% | 0.87% | - |
| XYZ | 53.51 | 66.63 | 15.83 | - |
| YUV | 201.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 70 | 0.07 | 0 | 0.69 | 0.13 | 65.88 | 0.71 | 0.57 |
| Hex | D0 | DF | 46 | 7 | 0 | 45 | D | 42 | 47 | 39 |
| Octal | 320 | 337 | 106 | 7 | 0 | 105 | 15 | 102 | 107 | 71 |
| Binary | 11010000 | 11011111 | 1000110 | 111 | 0 | 1000101 | 1101 | 1000010 | 1000111 | 111001 |
Color Harmonies of #D0DF46
Complementary color
Monochromatic Colors of #D0DF46
Black with #D0DF46
Text Example
Text Example
White with #D0DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF46; }
p { color: rgb(208,223,70); }
H1.HeaderClassName
{
color: #D0DF46;
}
.AnyTagClassName
{
color: #D0DF46;
}
</style>
background-color css
<style>
a { background-color: #D0DF46; }
a { background-color: rgb(208,223,70); }
div.DivClassName
{
background-color: #D0DF46;
}
.BgClassName
{
background-color: #D0DF46;
}
</style>
border-color css
<style>
span { border-color: #D0DF46; }
span { border-color: rgb(208,223,70); }
td.TdClassName
{
border-color: #D0DF46;
}
.TagClassName
{
border-color: #D0DF46;
}
</style>