#d7d22d

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

Shades of Bitter Lemon #D7D22D

Tints of Bitter Lemon #D7D22D

Color information

#D7D22D (or 0xD7D22D) is unknown color: approx Bitter Lemon. HEX triplet: D7, D2 and 2D. RGB value is (215,210,45). Sum of RGB (Red+Green+Blue) = 215+210+45=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D22D is #282DD2. Grayscale: #C1C1C1. Windows color (decimal): -2633171 or 3003095. OLE color: 3003095.

HSL color Cylindrical-coordinate representation of color #D7D22D: hue angle of 58.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7D22D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21521045-
CMYK00.020.790.16
HSL58.24º68%50.98%-
HSV(B)58.24º79.07%84.31%-
XYZ51.5460.7311.49-
YUV192.6844.66143.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.74%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 45 (17.97% from 255) = 9.57%
R=45.74%
G=44.68%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152104500.020.790.1658.246850.98
HexD7D22D024F103a4433
Octal3273225502117207210463
Binary11010111110100101011010101001111100001110101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7d22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7d22d; }

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

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

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

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

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

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

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

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