#D6DC41

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

Shades of Bitter Lemon #D6DC41

Tints of Bitter Lemon #D6DC41

Color information

#D6DC41 (or 0xD6DC41) is unknown color: approx Bitter Lemon. HEX triplet: D6, DC and 41. RGB value is (214,220,65). Sum of RGB (Red+Green+Blue) = 214+220+65=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC41 is #2923BE. Grayscale: #C9C9C9. Windows color (decimal): -2696127 or 4316374. OLE color: 4316374.

HSL color Cylindrical-coordinate representation of color #D6DC41: hue angle of 62.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6DC41 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21422065-
CMYK0.0300.700.14
HSL62.32º68.89%55.88%-
HSV(B)62.32º70.45%86.27%-
XYZ54.2865.8614.85-
YUV200.5451.51137.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 65 (25.78% from 255) = 13.03%
R=42.89%
G=44.09%
B=13.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214220650.0300.700.1462.3268.8955.88
HexD6DC413046E3e4538
Octal32633410130106167610570
Binary11010110110111001000001110100011011101111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC41; }

 p { color: rgb(214,220,65); }

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

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

 a { background-color: rgb(214,220,65); }

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

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

 span { border-color: rgb(214,220,65); }

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