Html Css Color HEX #D3DA1E Bitter Lemon

📋 copy color: '#D3DA1E'

red 211 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #D3DA1E

Tints of Bitter Lemon #D3DA1E

RGB

 RED value IS 211 (82.81% from 255) = 45.97%

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 30 (12.11% from 255) = 6.54%

R = 45.97%
G = 47.49%
B = 6.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D3DA1E (or 0xD3DA1E) is known color: Bitter Lemon. HEX triplet: D3, DA and 1E. RGB value is (211,218,30). Sum of RGB (Red+Green+Blue) = 211+218+30=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA1E is #2C25E1. Grayscale: #C3C3C3. Windows color (decimal): -2893282 or 2022099. OLE color: 2022099.

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

Color convert

RGB 211 218 30 -
CMYK 0.03 0 0.86 0.15
HSL 62.23º 0.76% 0.49% -
HSV(B) 62.23º 0.86% 0.85% -
XYZ 52.17 64.09 10.85 -
YUV 194.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 211 218 30 0.03 0 0.86 0.15 62.23 0.76 0.49
Hex D3 DA 1E 3 0 56 F 3E 4C 31
Octal 323 332 36 3 0 126 17 76 114 61
Binary 11010011 11011010 11110 11 0 1010110 1111 111110 1001100 110001

Color Harmonies of #D3DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA1E

Black with #D3DA1E

Text Example


Text Example

White with #D3DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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