#D1DC46

Color #D1DC46 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #D1DC46

Tints of Las Palmas #D1DC46

Color information

#D1DC46 (or 0xD1DC46) is unknown color: approx Las Palmas. HEX triplet: D1, DC and 46. RGB value is (209,220,70). Sum of RGB (Red+Green+Blue) = 209+220+70=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC46 is #2E23B9. Grayscale: #C8C8C8. Windows color (decimal): -3023802 or 4644049. OLE color: 4644049.

HSL color Cylindrical-coordinate representation of color #D1DC46: hue angle of 64.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1DC46 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB20922070-
CMYK0.0500.680.14
HSL64.4º68.18%56.86%-
HSV(B)64.4º68.18%86.27%-
XYZ52.9965.1815.58-
YUV199.6154.86134.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 70 (27.73% from 255) = 14.03%
R=41.88%
G=44.09%
B=14.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209220700.0500.680.1464.468.1856.86
HexD1DC465044E404439
Octal321334106501041610010471
Binary1101000111011100100011010101000100111010000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DC46; }

 p { color: rgb(209,220,70); }

 H1.HeaderClassName
 {
   color: #D1DC46;
 }
 .AnyTagClassName
 {
   color: #D1DC46;
 }
</style>
background-color css

<style>
 a { background-color: #D1DC46; }

 a { background-color: rgb(209,220,70); }

 div.DivClassName
 {
   background-color: #D1DC46;
 }
 .BgClassName
 {
   background-color: #D1DC46;
 }
</style>
border-color css

<style>
 span { border-color: #D1DC46; }

 span { border-color: rgb(209,220,70); }

 td.TdClassName
 {
   border-color: #D1DC46;
 }
 .TagClassName
 {
   border-color: #D1DC46;
 }
</style>