Shades of Las Palmas #D0DF48
Tints of Las Palmas #D0DF48
RGB
CMYK
RGB Variations
Color information
#D0DF48 (or 0xD0DF48) is known color: Las Palmas. HEX triplet: D0, DF and 48. RGB value is (208,223,72). Sum of RGB (Red+Green+Blue) = 208+223+72=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF48 is #2F20B7. Grayscale: #C9C9C9. Windows color (decimal): -3088568 or 4775888. OLE color: 4775888.
HSL color Cylindrical-coordinate representation of color #D0DF48: hue angle of 65.96º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0DF48 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 72 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.13 |
| HSL | 65.96º | 0.7% | 0.58% | - |
| HSV(B) | 65.96º | 0.68% | 0.87% | - |
| XYZ | 53.57 | 66.65 | 16.17 | - |
| YUV | 201.3 | 55.03 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 72 | 0.07 | 0 | 0.68 | 0.13 | 65.96 | 0.7 | 0.58 |
| Hex | D0 | DF | 48 | 7 | 0 | 44 | D | 42 | 46 | 3A |
| Octal | 320 | 337 | 110 | 7 | 0 | 104 | 15 | 102 | 106 | 72 |
| Binary | 11010000 | 11011111 | 1001000 | 111 | 0 | 1000100 | 1101 | 1000010 | 1000110 | 111010 |
Color Harmonies of #D0DF48
Complementary color
Monochromatic Colors of #D0DF48
Black with #D0DF48
Text Example
Text Example
White with #D0DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF48; }
p { color: rgb(208,223,72); }
H1.HeaderClassName
{
color: #D0DF48;
}
.AnyTagClassName
{
color: #D0DF48;
}
</style>
background-color css
<style>
a { background-color: #D0DF48; }
a { background-color: rgb(208,223,72); }
div.DivClassName
{
background-color: #D0DF48;
}
.BgClassName
{
background-color: #D0DF48;
}
</style>
border-color css
<style>
span { border-color: #D0DF48; }
span { border-color: rgb(208,223,72); }
td.TdClassName
{
border-color: #D0DF48;
}
.TagClassName
{
border-color: #D0DF48;
}
</style>