Html Css Color HEX #D3DC30 Bitter Lemon

📋 copy color: '#D3DC30'

red 211 ◦ green 220 ◦ blue 48

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

Shades of Bitter Lemon #D3DC30

Tints of Bitter Lemon #D3DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 48 (19.14% from 255) = 10.02%

R = 44.05%
G = 45.93%
B = 10.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#D3DC30 (or 0xD3DC30) is known color: Bitter Lemon. HEX triplet: D3, DC and 30. RGB value is (211,220,48). Sum of RGB (Red+Green+Blue) = 211+220+48=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC30 is #2C23CF. Grayscale: #C6C6C6. Windows color (decimal): -2892752 or 3202259. OLE color: 3202259.

HSL color Cylindrical-coordinate representation of color #D3DC30: hue angle of 63.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3DC30 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 48 -
CMYK 0.04 0 0.78 0.14
HSL 63.14º 0.71% 0.53% -
HSV(B) 63.14º 0.78% 0.86% -
XYZ 52.99 65.25 12.6 -
YUV 197.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 211 220 48 0.04 0 0.78 0.14 63.14 0.71 0.53
Hex D3 DC 30 4 0 4E E 3F 47 35
Octal 323 334 60 4 0 116 16 77 107 65
Binary 11010011 11011100 110000 100 0 1001110 1110 111111 1000111 110101

Color Harmonies of #D3DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC30

Black with #D3DC30

Text Example


Text Example

White with #D3DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC30; }

 p { color: rgb(211,220,48); }

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

background-color css

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

 a { background-color: rgb(211,220,48); }

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

border-color css

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

 span { border-color: rgb(211,220,48); }

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