#D2D940

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

Shades of Bitter Lemon #D2D940

Tints of Bitter Lemon #D2D940

Color information

#D2D940 (or 0xD2D940) is unknown color: approx Bitter Lemon. HEX triplet: D2, D9 and 40. RGB value is (210,217,64). Sum of RGB (Red+Green+Blue) = 210+217+64=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D940 is #2D26BF. Grayscale: #C6C6C6. Windows color (decimal): -2959040 or 4250066. OLE color: 4250066.

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

Color convert

RGB21021764-
CMYK0.0300.710.15
HSL62.75º66.81%55.1%-
HSV(B)62.75º70.51%85.1%-
XYZ52.3263.714.39-
YUV197.4652.68136.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 64 (25.39% from 255) = 13.03%
R=42.77%
G=44.20%
B=13.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210217640.0300.710.1562.7566.8155.1
HexD2D9403047F3f4337
Octal32233110030107177710367
Binary11010010110110011000000110100011111111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D940; }

 p { color: rgb(210,217,64); }

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

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

 a { background-color: rgb(210,217,64); }

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

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

 span { border-color: rgb(210,217,64); }

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