#D1DA42

Color #D1DA42 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D1DA42

Tints of Bitter Lemon #D1DA42

Color information

#D1DA42 (or 0xD1DA42) is unknown color: approx Bitter Lemon. HEX triplet: D1, DA and 42. RGB value is (209,218,66). Sum of RGB (Red+Green+Blue) = 209+218+66=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA42 is #2E25BD. Grayscale: #C6C6C6. Windows color (decimal): -3024318 or 4381393. OLE color: 4381393.

HSL color Cylindrical-coordinate representation of color #D1DA42: hue angle of 63.55º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1DA42 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB20921866-
CMYK0.0400.700.15
HSL63.55º67.26%55.69%-
HSV(B)63.55º69.72%85.49%-
XYZ52.3564.0914.77-
YUV197.9853.52135.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 66 (26.17% from 255) = 13.39%
R=42.39%
G=44.22%
B=13.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209218660.0400.700.1563.5567.2655.69
HexD1DA424046F404338
Octal321332102401061710010370
Binary1101000111011010100001010001000110111110000001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA42; }

 p { color: rgb(209,218,66); }

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

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

 a { background-color: rgb(209,218,66); }

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

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

 span { border-color: rgb(209,218,66); }

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