Shades of Las Palmas #D0DB43
Tints of Las Palmas #D0DB43
RGB
CMYK
RGB Variations
Color information
#D0DB43 (or 0xD0DB43) is known color: Las Palmas. HEX triplet: D0, DB and 43. RGB value is (208,219,67). Sum of RGB (Red+Green+Blue) = 208+219+67=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB43 is #2F24BC. Grayscale: #C6C6C6. Windows color (decimal): -3089597 or 4447184. OLE color: 4447184.
HSL color Cylindrical-coordinate representation of color #D0DB43: hue angle of 64.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0DB43 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 67 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.14 |
| HSL | 64.34º | 0.68% | 0.56% | - |
| HSV(B) | 64.34º | 0.69% | 0.86% | - |
| XYZ | 52.36 | 64.48 | 15 | - |
| YUV | 198.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 67 | 0.05 | 0 | 0.69 | 0.14 | 64.34 | 0.68 | 0.56 |
| Hex | D0 | DB | 43 | 5 | 0 | 45 | E | 40 | 44 | 38 |
| Octal | 320 | 333 | 103 | 5 | 0 | 105 | 16 | 100 | 104 | 70 |
| Binary | 11010000 | 11011011 | 1000011 | 101 | 0 | 1000101 | 1110 | 1000000 | 1000100 | 111000 |
Color Harmonies of #D0DB43
Complementary color
Monochromatic Colors of #D0DB43
Black with #D0DB43
Text Example
Text Example
White with #D0DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB43; }
p { color: rgb(208,219,67); }
H1.HeaderClassName
{
color: #D0DB43;
}
.AnyTagClassName
{
color: #D0DB43;
}
</style>
background-color css
<style>
a { background-color: #D0DB43; }
a { background-color: rgb(208,219,67); }
div.DivClassName
{
background-color: #D0DB43;
}
.BgClassName
{
background-color: #D0DB43;
}
</style>
border-color css
<style>
span { border-color: #D0DB43; }
span { border-color: rgb(208,219,67); }
td.TdClassName
{
border-color: #D0DB43;
}
.TagClassName
{
border-color: #D0DB43;
}
</style>