#D4D942

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

Shades of Bitter Lemon #D4D942

Tints of Bitter Lemon #D4D942

Color information

#D4D942 (or 0xD4D942) is unknown color: approx Bitter Lemon. HEX triplet: D4, D9 and 42. RGB value is (212,217,66). Sum of RGB (Red+Green+Blue) = 212+217+66=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D942 is #2B26BD. Grayscale: #C6C6C6. Windows color (decimal): -2827966 or 4381140. OLE color: 4381140.

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

Color convert

RGB21221766-
CMYK0.0200.700.15
HSL61.99º66.52%55.49%-
HSV(B)61.99º69.59%85.1%-
XYZ52.9564.0214.72-
YUV198.2953.34137.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 66 (26.17% from 255) = 13.33%
R=42.83%
G=43.84%
B=13.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212217660.0200.700.1561.9966.5255.49
HexD4D9422046F3e4337
Octal32433110220106177610367
Binary11010100110110011000010100100011011111111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D942; }

 p { color: rgb(212,217,66); }

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

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

 a { background-color: rgb(212,217,66); }

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

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

 span { border-color: rgb(212,217,66); }

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