Html Css Color HEX #D1D740 Bitter Lemon

📋 copy color: '#D1D740'

red 209 ◦ green 215 ◦ blue 64

#D1D740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D1D740

Tints of Bitter Lemon #D1D740

RGB

 RED value IS 209 (82.03% from 255) = 42.83%

 GREEN value IS 215 (84.38% from 255) = 44.06%

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 42.83%
G = 44.06%
B = 13.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D1D740 (or 0xD1D740) is known color: Bitter Lemon. HEX triplet: D1, D7 and 40. RGB value is (209,215,64). Sum of RGB (Red+Green+Blue) = 209+215+64=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D740 is #2E28BF. Grayscale: #C4C4C4. Windows color (decimal): -3025088 or 4249553. OLE color: 4249553.

HSL color Cylindrical-coordinate representation of color #D1D740: hue angle of 62.38º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D740 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 64 -
CMYK 0.03 0 0.70 0.16
HSL 62.38º 0.65% 0.55% -
HSV(B) 62.38º 0.7% 0.84% -
XYZ 51.52 62.53 14.2 -
YUV 195.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 209 215 64 0.03 0 0.70 0.16 62.38 0.65 0.55
Hex D1 D7 40 3 0 46 10 3E 41 37
Octal 321 327 100 3 0 106 20 76 101 67
Binary 11010001 11010111 1000000 11 0 1000110 10000 111110 1000001 110111

Color Harmonies of #D1D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D740

Black with #D1D740

Text Example


Text Example

White with #D1D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D740; }

 p { color: rgb(209,215,64); }

 H1.HeaderClassName
 {
   color: #D1D740;
 }
 .AnyTagClassName
 {
   color: #D1D740;
 }
</style>

background-color css

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

 a { background-color: rgb(209,215,64); }

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

border-color css

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

 span { border-color: rgb(209,215,64); }

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