#d4d22d

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

Shades of Bitter Lemon #D4D22D

Tints of Bitter Lemon #D4D22D

Color information

#D4D22D (or 0xD4D22D) is unknown color: approx Bitter Lemon. HEX triplet: D4, D2 and 2D. RGB value is (212,210,45). Sum of RGB (Red+Green+Blue) = 212+210+45=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D22D is #2B2DD2. Grayscale: #C0C0C0. Windows color (decimal): -2829779 or 3003092. OLE color: 3003092.

HSL color Cylindrical-coordinate representation of color #D4D22D: hue angle of 59.28º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4D22D is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21221045-
CMYK00.010.790.17
HSL59.28º66.01%50.39%-
HSV(B)59.28º78.77%83.14%-
XYZ50.6760.2811.45-
YUV191.7945.16142.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 210 (82.42% from 255) = 44.97%
BLUE value IS 45 (17.97% from 255) = 9.64%
R=45.40%
G=44.97%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122104500.010.790.1759.2866.0150.39
HexD4D22D014F113b4232
Octal3243225501117217310262
Binary1101010011010010101101011001111100011110111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4d22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4d22d; }

 p { color: rgb(212,210,45); }

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

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

 a { background-color: rgb(212,210,45); }

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

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

 span { border-color: rgb(212,210,45); }

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