#D3DA25

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

Shades of Bitter Lemon #D3DA25

Tints of Bitter Lemon #D3DA25

Color information

#D3DA25 (or 0xD3DA25) is unknown color: approx Bitter Lemon. HEX triplet: D3, DA and 25. RGB value is (211,218,37). Sum of RGB (Red+Green+Blue) = 211+218+37=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA25 is #2C25DA. Grayscale: #C3C3C3. Windows color (decimal): -2893275 or 2480851. OLE color: 2480851.

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

Color convert

RGB21121837-
CMYK0.0300.830.15
HSL62.32º70.98%50%-
HSV(B)62.32º83.03%85.49%-
XYZ52.2764.1311.37-
YUV195.2738.68139.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 37 (14.84% from 255) = 7.94%
R=45.28%
G=46.78%
B=7.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211218370.0300.830.1562.3270.9850
HexD3DA253053F3e4732
Octal3233324530123177610762
Binary1101001111011010100101110101001111111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DA25; }

 p { color: rgb(211,218,37); }

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

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

 a { background-color: rgb(211,218,37); }

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

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

 span { border-color: rgb(211,218,37); }

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