Html Css Color HEX #D3DC39 Bitter Lemon

📋 copy color: '#D3DC39'

red 211 ◦ green 220 ◦ blue 57

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

Shades of Bitter Lemon #D3DC39

Tints of Bitter Lemon #D3DC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.68%

R = 43.24%
G = 45.08%
B = 11.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#D3DC39 (or 0xD3DC39) is known color: Bitter Lemon. HEX triplet: D3, DC and 39. RGB value is (211,220,57). Sum of RGB (Red+Green+Blue) = 211+220+57=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC39 is #2C23C6. Grayscale: #C7C7C7. Windows color (decimal): -2892743 or 3792083. OLE color: 3792083.

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

Color convert

RGB 211 220 57 -
CMYK 0.04 0 0.74 0.14
HSL 63.31º 0.7% 0.54% -
HSV(B) 63.31º 0.74% 0.86% -
XYZ 53.2 65.33 13.68 -
YUV 198.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 211 220 57 0.04 0 0.74 0.14 63.31 0.7 0.54
Hex D3 DC 39 4 0 4A E 3F 46 36
Octal 323 334 71 4 0 112 16 77 106 66
Binary 11010011 11011100 111001 100 0 1001010 1110 111111 1000110 110110

Color Harmonies of #D3DC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC39

Black with #D3DC39

Text Example


Text Example

White with #D3DC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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