#D6DD3F

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

Shades of Bitter Lemon #D6DD3F

Tints of Bitter Lemon #D6DD3F

Color information

#D6DD3F (or 0xD6DD3F) is unknown color: approx Bitter Lemon. HEX triplet: D6, DD and 3F. RGB value is (214,221,63). Sum of RGB (Red+Green+Blue) = 214+221+63=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD3F is #2922C0. Grayscale: #C9C9C9. Windows color (decimal): -2695873 or 4185558. OLE color: 4185558.

HSL color Cylindrical-coordinate representation of color #D6DD3F: hue angle of 62.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6DD3F is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB21422163-
CMYK0.0300.710.13
HSL62.66º69.91%55.69%-
HSV(B)62.66º71.49%86.67%-
XYZ54.4966.3714.64-
YUV200.950.18137.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 63 (25% from 255) = 12.65%
R=42.97%
G=44.38%
B=12.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214221630.0300.710.1362.6669.9155.69
HexD6DD3F3047D3f4638
Octal3263357730107157710670
Binary1101011011011101111111110100011111011111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD3F; }

 p { color: rgb(214,221,63); }

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

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

 a { background-color: rgb(214,221,63); }

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

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

 span { border-color: rgb(214,221,63); }

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