#D7DD3A

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

Shades of Bitter Lemon #D7DD3A

Tints of Bitter Lemon #D7DD3A

Color information

#D7DD3A (or 0xD7DD3A) is unknown color: approx Bitter Lemon. HEX triplet: D7, DD and 3A. RGB value is (215,221,58). Sum of RGB (Red+Green+Blue) = 215+221+58=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DD3A is #2822C5. Grayscale: #C9C9C9. Windows color (decimal): -2630342 or 3857879. OLE color: 3857879.

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

Color convert

RGB21522158-
CMYK0.0300.740.13
HSL62.21º70.56%54.71%-
HSV(B)62.21º73.76%86.67%-
XYZ54.6466.4713.95-
YUV200.6247.51138.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 58 (23.05% from 255) = 11.74%
R=43.52%
G=44.74%
B=11.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215221580.0300.740.1362.2170.5654.71
HexD7DD3A304AD3e4737
Octal3273357230112157610767
Binary1101011111011101111010110100101011011111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DD3A; }

 p { color: rgb(215,221,58); }

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

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

 a { background-color: rgb(215,221,58); }

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

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

 span { border-color: rgb(215,221,58); }

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